Свойство | Type | Description | |
---|---|---|---|
$_classes | array | Class dependencies. | |
$_prefix | string | Prefix to use for custom variable name |
Méthode | Description | |
---|---|---|
__construct ( $config = [] ) | The constructor. | |
findFile ( object $loader, string $class, string $file ) : string | The JIT find file patcher. | |
patchable ( string $class ) : boolean | The JIT patchable checker. | |
process ( object $node, string $path = null ) : object | The JIT patcher. |
Méthode | Description | |
---|---|---|
_before ( $generator ) : string. | Before closure pattern. | |
_processMethods ( array $parent ) | Helper for Pointcut::process(). | |
_processTree ( array $parent ) | Helper for Pointcut::process(). |
protected _before ( $generator ) : string. | ||
Résultat | string. |
protected _processMethods ( array $parent ) | ||
$parent | array | The node instance tor process. |
protected _processTree ( array $parent ) | ||
$parent | array | The node instance tor process. |
protected string $_prefix | ||
Résultat | string |