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

createTemporaryDirectoryPath() 공개 메소드

Create a path representing the system temporary directory.
public createTemporaryDirectoryPath ( ) : Eloquent\Pathogen\FileSystem\AbsoluteFileSystemPathInterface
리턴 Eloquent\Pathogen\FileSystem\AbsoluteFileSystemPathInterface A new path instance representing the system default temporary directory path.
    public function createTemporaryDirectoryPath()
    {
        return $this->factoryByPlatform()->create($this->isolator()->sys_get_temp_dir());
    }