PHP Class Horde_Service_Vimeo_Simple, horde

Copyright 2008-2016 Horde LLC (http://www.horde.org/)
Author: Michael J. Rubinsky ([email protected])
Inheritance: extends Horde_Service_Vimeo
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_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 ..)

Méthodes publiques

Méthode Description
__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 ( )

Method Details

__call() public méthode

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
Résultat unknown

getEmbedJson() public méthode

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.
Résultat unknown

run() public méthode

public run ( )

Property Details

$_api_endpoint protected_oe property

The vimeo simple api endpoint
protected $_api_endpoint

$_identifier protected_oe property

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

$_method protected_oe property

..)
protected $_method

$_methodTypes protected_oe property

Valid method/type map
protected $_methodTypes

$_oembed_endpoint protected_oe property

The vimeo oembed api endpoint
protected $_oembed_endpoint

$_type protected_oe property

..)
protected $_type