Google\Cloud\ServiceBuilder::storage PHP Méthode

storage() public méthode

Example: $storage = $cloud->storage();
public storage ( array $config = [] ) : StorageClient
$config array [optional] Configuration options. See {@see \Google\Cloud\ServiceBuilder::__construct()} for the available options.
Résultat Google\Cloud\Storage\StorageClient
    public function storage(array $config = [])
    {
        return new StorageClient($config ? $this->resolveConfig($config) : $this->config);
    }