Kahlan\Jit\Patcher\Rebase::findFile PHP Method

findFile() public method

The JIT find file patcher.
public findFile ( object $loader, string $class, string $file ) : string
$loader object The autloader instance.
$class string The fully-namespaced class name.
$file string The correponding finded file path.
return string The patched file path.
    public function findFile($loader, $class, $file)
    {
        return $file;
    }