TightenCo\Jigsaw\TemporaryFilesystem::__construct PHP Метод

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

public __construct ( $tempPath, $filesystem = null )
    public function __construct($tempPath, $filesystem = null)
    {
        $this->tempPath = $tempPath;
        $this->filesystem = $filesystem ?: new Filesystem();
    }
TemporaryFilesystem