CollectionManagementResponseConverter
Table of Contents
-
convertGetAllScopesResult()
: array<string|int, mixed>
-
convertCollectionsToCollectionSpecs()
: array<string|int, mixed>
-
convertScopeToScopeSpec()
: ScopeSpec
convertGetAllScopesResult()
public
static convertGetAllScopesResult(ListCollectionsResponse $response) : array<string|int, mixed>
Parameters
-
$response
: ListCollectionsResponse
-
Return values
array<string|int, mixed>
—
convertCollectionsToCollectionSpecs()
private
static convertCollectionsToCollectionSpecs(string $scopeName, array<string|int, mixed> $collections) : array<string|int, mixed>
Parameters
-
$scopeName
: string
-
-
$collections
: array<string|int, mixed>
-
Return values
array<string|int, mixed>
—
convertScopeToScopeSpec()
private
static convertScopeToScopeSpec(Scope $scope) : ScopeSpec
Parameters
-
$scope
: Scope
-
Return values
ScopeSpec
—