eZ\Publish\Core\IO\IOMetadataHandler\Flysystem::__construct PHP Method

__construct() public method

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