Property | Type | Description | |
---|---|---|---|
$_classes | array | Class dependencies. | |
$_override | array | The fully namespeced class names to "layerize". | |
$_pointcut | object | The pointcut patcher | |
$_suffix | string | Suffix for Layer class. |
Method | 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. |
Method | Description | |
---|---|---|
_processTree ( array $parent ) | Helper for Layer::process(). |
protected _processTree ( array $parent ) | ||
$parent | array | The node instance tor process. |
protected array $_override | ||
return | array |