Method | Description | |
---|---|---|
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 Quit::process(). |
protected _processTree ( array $parent ) | ||
$parent | array | The node instance tor process. |