Eloquent\Pathogen\FileSystem\Factory\AbstractFileSystemPathFactory::unixFactory PHP Method

unixFactory() public method

Get the path factory used for Unix paths.
public unixFactory ( ) : Eloquent\Pathogen\Factory\PathFactoryInterface
return Eloquent\Pathogen\Factory\PathFactoryInterface The path factory used for Unix paths.
    public function unixFactory()
    {
        return $this->unixFactory;
    }