Nelmio\Alice\FileLocator\DummyFileLocator::locate PHP Method

locate() public method

public locate ( string $name, string $currentPath = null ) : string
$name string
$currentPath string
return string
    public function locate(string $name, string $currentPath = null) : string
    {
        $this->__call(__METHOD__, func_get_args());
    }
DummyFileLocator