Eloquent\Pathogen\FileSystem\Factory\AbstractFileSystemPathFactory::windowsFactory PHP 메소드

windowsFactory() 공개 메소드

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