Kahlan\Jit\Patcher\Quit::process PHP Метод

process() публичный Метод

The JIT patcher.
public process ( object $node, string $path = null ) : object
$node object The node instance to patch.
$path string The file path of the source code.
Результат object The patched node.
    public function process($node, $path = null)
    {
        $this->_processTree($node);
        return $node;
    }