Class Horde_Service_Vimeo
Horde_Serivce_Vimeo:: wrapper around Vimeo's (http://www.vimeo.com)
API.
Copyright 2008-2012 Horde LLC (http://www.horde.org/)
Methods summary
public
|
#
setFormat( string $format )
Setter for changing the format parameter
Setter for changing the format parameter
Parameters
- $format
- The data format requested.
|
public static
Horde_Service_Vimeo
|
#
factory( string $driver = 'Simple', array $params = null )
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.
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.
Parameters
- $driver
- The concrete class to instantiate.
- $params
- An array containing any parameters the class needs.
Returns
|