Overview

Packages

  • None
  • Service
    • Vimeo

Classes

  • Horde_Service_Vimeo

Exceptions

  • Horde_Service_Vimeo_Exception
  • Overview
  • Package
  • Class
  • Tree

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/)

Package: Service\Vimeo
Category: Horde
License: BSD
Author: Michael J. Rubinsky mrubinsk@horde.org
Located at Horde/Service/Vimeo.php
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

Horde_Service_Vimeo
object
API documentation generated by ApiGen