Property | Type | Description | |
---|---|---|---|
$_cache | Horde_Cache | An optional cache object | |
$_cache_lifetime | integer | The lifetime of any cached data in seconds. | |
$_format | string | Obviously does not apply to the getEmbedJson() method. php - serialized php array json - json encoded | |
$_http_client | Horde_Http_Client | HTTP client object to use for accessing the Vimeo API. |
Method | Description | |
---|---|---|
factory ( string $driver = 'Simple', array $params = null ) : Horde_Service_Vimeo | Facory method. Attempt to return a concrete Horde_Service_Vimeo instance based on the parameters. A 'http_client' parameter is required. An optional 'cache' and 'cache_lifetime' parameters are also taken. | |
setFormat ( string $format ) | Setter for changing the format parameter |
Method | Description | |
---|---|---|
__construct ( Horde_Http_Client $http_client, array $params ) : Horde_Service_Vimeo | Constructor |
protected __construct ( Horde_Http_Client $http_client, array $params ) : Horde_Service_Vimeo | ||
$http_client | Horde_Http_Client | Http client object. |
$params | array | An array of any other parameters or optional object dependencies. |
return | Horde_Service_Vimeo | object |
protected Horde_Cache $_cache | ||
return | Horde_Cache |
protected int $_cache_lifetime | ||
return | integer |
protected string $_format | ||
return | string |