Eloquent\Pathogen\FileSystem\Factory\AbstractFileSystemPathFactory::createWorkingDirectoryPath PHP Метод

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

Create a path representing the current working directory.
public createWorkingDirectoryPath ( ) : Eloquent\Pathogen\FileSystem\AbsoluteFileSystemPathInterface
Результат Eloquent\Pathogen\FileSystem\AbsoluteFileSystemPathInterface A new path instance representing the current working directory path.
    public function createWorkingDirectoryPath()
    {
        return $this->factoryByPlatform()->create($this->isolator()->getcwd());
    }