AttributeEmulator
extends TokenEmulator
in package
FinalYes
Table of Contents
Methods
- emulate() : array<string|int, mixed>
- getPhpVersion() : PhpVersion
- isEmulationNeeded() : bool
- preprocessCode() : string
- reverseEmulate() : array<string|int, mixed>
Methods
emulate()
public
emulate(string $code, array<string|int, mixed> $tokens) : array<string|int, mixed>
Parameters
- $code : string
- $tokens : array<string|int, mixed>
Return values
array<string|int, mixed>getPhpVersion()
public
getPhpVersion() : PhpVersion
Return values
PhpVersionisEmulationNeeded()
public
isEmulationNeeded(string $code) : bool
Parameters
- $code : string
Return values
boolpreprocessCode()
public
preprocessCode(string $code, array<string|int, mixed> &$patches) : string
Parameters
- $code : string
- $patches : array<string|int, mixed>
Return values
stringreverseEmulate()
public
reverseEmulate(string $code, array<string|int, mixed> $tokens) : array<string|int, mixed>
Parameters
- $code : string
- $tokens : array<string|int, mixed>