Bolt\Filesystem\UploadContainer::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Bolt\Filesystem\FilesystemInterface $filesystem )
$filesystem Bolt\Filesystem\FilesystemInterface
    public function __construct(FilesystemInterface $filesystem)
    {
        $this->filesystem = $filesystem;
    }