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, string $path ) | Helper for Rebase::process(). |
protected _processTree ( array $parent, string $path ) | ||
$parent | array | The node instance tor process. |
$path | string | The file path of the source code. |