Bolt\Filesystem\UploadContainer::__construct PHP Метод

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

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