MatthiasMullie\Scrapbook\Adapters\Flysystem::__construct PHP Method

__construct() public method

public __construct ( League\Flysystem\Filesystem $filesystem )
$filesystem League\Flysystem\Filesystem
    public function __construct(Filesystem $filesystem)
    {
        $this->filesystem = $filesystem;
    }