PHP 클래스 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.
저자: Michael J. Rubinsky ([email protected])
상속: extends Horde_Service_Vimeo
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_api_endpoint
$_api_key
$_oembed_endpoint
$_shared_secret

공개 메소드들

메소드 설명
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 )

보호된 메소드들

메소드 설명
_generateSignature ( $request )

메소드 상세

_generateSignature() 보호된 메소드

protected _generateSignature ( $request )

getActivity() 공개 메소드

public getActivity ( $criteria )

getClips() 공개 메소드

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() 공개 메소드

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

setApiKey() 공개 메소드

public setApiKey ( $key )

setSharedSecret() 공개 메소드

public setSharedSecret ( $secret )

프로퍼티 상세

$_api_endpoint 보호되어 있는 프로퍼티

protected $_api_endpoint

$_api_key 보호되어 있는 프로퍼티

protected $_api_key

$_oembed_endpoint 보호되어 있는 프로퍼티

protected $_oembed_endpoint

$_shared_secret 보호되어 있는 프로퍼티

protected $_shared_secret