$properties
$properties
Base class for all domain objects.
createAuthorization(array $hash, mixed $authentication) : \Authorization
Creates an Simplify_Authorization object
array | $hash | a map of parameters; valid keys are:
|
mixed | $authentication |
|
a Authorization object.
deleteAuthorization(mixed $authentication)
Deletes an Simplify_Authorization object.
mixed | $authentication |
|
listAuthorization( $criteria, mixed $authentication) : \ResourceList
Retrieve Simplify_Authorization objects.
$criteria | ||
mixed | $authentication |
|
a ResourceList object that holds the list of Authorization objects and the total number of Authorization objects available for the given criteria.
findAuthorization( $id, mixed $authentication) : \Authorization
Retrieve a Simplify_Authorization object from the API
$id | ||
mixed | $authentication |
|
a Authorization object