RESOURCE_PRIVATE
RESOURCE_PRIVATE
Return private resources.
Horde_OpenXchange_Contacts is the interface class for the contacts storage of an Open-Xchange server.
listResources(string $type = self::RESOURCE_PRIVATE) : array
Returns a list of visible groupware resources.
string | $type | An resource type, one of the RESOURCE_* constants. |
List of resources with resource IDs as keys and information hashes as values.
_request(string $method, string $namespace, array $params, array|string $data = array()) : array
Sends a request and parses the response.
string | $method | A HTTP request method (uppercase). |
string | $namespace | An API namespace. |
array | $params | URL parameters. |
array|string | $data | Request data. |
The decoded result data or null if no data has been returned but the request was still successful.