GetCatalogResponse
extends Response
Table of Contents
Methods
-
fillFromResponse()
: $this
-
getCatalog()
: mixed
-
getPermission()
: int|string
-
setCatalog()
: static
-
setPermission()
: $this
fillFromResponse()
public
fillFromResponse(Response $response) : $this
Parameters
-
$response
: Response
-
getCatalog()
public
getCatalog() : mixed
getPermission()
public
getPermission() : int|string
setCatalog()
public
setCatalog(array<string|int, mixed> $catalog) : static
Parameters
-
$catalog
: array<string|int, mixed>
-
setPermission()
public
setPermission(int|string $permission) : $this
Parameters
-
$permission
: int|string
-