Xpressengine\Storage\FilesystemHandler::__construct PHP 메소드

__construct() 공개 메소드

constructor
public __construct ( Illuminate\Filesystem\FilesystemManager $filesystem )
$filesystem Illuminate\Filesystem\FilesystemManager filesystem manager instance
    public function __construct(FilesystemManager $filesystem)
    {
        $this->filesystem = $filesystem;
    }