PHP Class Horde_Service_Vimeo_Advanced, horde

Copyright 2008-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Author: Michael J. Rubinsky ([email protected])
Inheritance: extends Horde_Service_Vimeo
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_api_endpoint
$_api_key
$_oembed_endpoint
$_shared_secret

Public Methods

Method Description
getActivity ( $criteria )
getClips ( array $criteria ) Return an array of clips data based on the search criteria.
getInfo ( unknown_type $criteria ) Group: User: Album: Channel:
setApiKey ( $key )
setSharedSecret ( $secret )

Protected Methods

Method Description
_generateSignature ( $request )

Method Details

_generateSignature() protected method

protected _generateSignature ( $request )

getActivity() public method

public getActivity ( $criteria )

getClips() public method

Return an array of clips data based on the search criteria.
public getClips ( array $criteria )
$criteria array The search criteria: Users userClips: userLikes: userIn: userAll: userSubscriptions: contactsClips: contactsLikes: Groups groupClips: clips in this group

getInfo() public method

Group: User: Album: Channel:
public getInfo ( unknown_type $criteria )
$criteria unknown_type

setApiKey() public method

public setApiKey ( $key )

setSharedSecret() public method

public setSharedSecret ( $secret )

Property Details

$_api_endpoint protected_oe property

protected $_api_endpoint

$_api_key protected_oe property

protected $_api_key

$_oembed_endpoint protected_oe property

protected $_oembed_endpoint

$_shared_secret protected_oe property

protected $_shared_secret