PHP 클래스 Horde_Service_Vimeo_Simple, horde

Copyright 2008-2016 Horde LLC (http://www.horde.org/)
저자: Michael J. Rubinsky ([email protected])
상속: extends Horde_Service_Vimeo
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_api_endpoint The vimeo simple api endpoint
$_identifier Qualifier in the URL after /api/ (like or group/)
$_method ..)
$_methodTypes Valid method/type map
$_oembed_endpoint The vimeo oembed api endpoint
$_type ..)

공개 메소드들

메소드 설명
__call ( unknown_type $name, unknown_type $args ) : unknown TODO: Validate the requested method fits with the type of query
getEmbedJson ( mixed $options ) : unknown Obtain the JSON needed to embed a single Vimeo video specified by the parameter. Passing a url is the most effecient as we won't have to query the vimeo service for the url.
run ( )

메소드 상세

__call() 공개 메소드

TODO: Validate the requested method fits with the type of query
public __call ( unknown_type $name, unknown_type $args ) : unknown
$name unknown_type
$args unknown_type
리턴 unknown

getEmbedJson() 공개 메소드

Obtain the JSON needed to embed a single Vimeo video specified by the parameter. Passing a url is the most effecient as we won't have to query the vimeo service for the url.
public getEmbedJson ( mixed $options ) : unknown
$options mixed Either an array containing the vimeo url or vimeo clip id, OR a scaler containing the clip id.
리턴 unknown

run() 공개 메소드

public run ( )

프로퍼티 상세

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

The vimeo simple api endpoint
protected $_api_endpoint

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

Qualifier in the URL after /api/ (like or group/)
protected $_identifier

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

..)
protected $_method

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

Valid method/type map
protected $_methodTypes

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

The vimeo oembed api endpoint
protected $_oembed_endpoint

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

..)
protected $_type