Class Account
Represents an account that interacts with the CloudFiles API.
-
OpenCloud\Common\Base
-
OpenCloud\ObjectStore\Resource\AbstractResource
-
OpenCloud\ObjectStore\Resource\Account
Methods summary
public
|
#
getUrl( mixed $path = null, array $query = array() )
|
public
OpenCloud\Common\Metadata
|
|
public
null|string|integer
|
|
public
null|string|integer
|
|
public
null|string|integer
|
|
public
mixed
|
#
setTempUrlSecret( null $secret = null )
Sets the secret value for the temporary URL.
Sets the secret value for the temporary URL.
Parameters
- $secret
null $secret The value to set the secret to. If left blank, a random hash is
generated.
Returns
mixed $this
Link
|
public
null|string
|
|
Methods inherited from OpenCloud\ObjectStore\Resource\AbstractResource
__construct(),
appendToMetadata(),
fromResponse(),
getCdnService(),
getClient(),
getMetadata(),
getService(),
headerIsValidMetadata(),
retrieveMetadata(),
saveMetadata(),
setMetadata(),
stockHeaders(),
stripPrefix(),
trimHeaders(),
unsetMetadataItem()
|
Methods inherited from OpenCloud\Common\Base
__call(),
checkJsonError(),
generateUuid(),
getInstance(),
getJsonHeader(),
getLogger(),
getProperty(),
makeResourceIteratorOptions(),
populate(),
propertyExists(),
setLogger(),
setProperty(),
stripNamespace(),
toCamel(),
toUnderscores()
|