Class Services_Zencoder_Base

Description

Implements interfaces:

Zencoder API client interface.

Located in /Zencoder/Base.php (line 13)


	
			
Direct descendents
Class Description
Services_Zencoder_Accounts Zencoder API client interface.
Services_Zencoder_Inputs Zencoder API client interface.
Services_Zencoder_Jobs Zencoder API client interface.
Services_Zencoder_Notifications Zencoder API client interface.
Services_Zencoder_Outputs Zencoder API client interface.
Services_Zencoder Zencoder API client interface.
Variable Summary
mixed $proxy
Method Summary
Services_Zencoder_Base __construct (Services_Zencoder_HttpProxy $proxy)
void createData ( $path, [ $body = ""], [array $opts = array()])
void deleteData ( $path, [array $opts = array()])
void retrieveData ( $path, [array $params = array()], [array $opts = array()])
void updateData ( $path, [ $body = ""], [array $opts = array()])
Variables
mixed $proxy (line 16)
  • access: protected
Methods
Constructor __construct (line 18)
  • access: public
Services_Zencoder_Base __construct (Services_Zencoder_HttpProxy $proxy)

Redefined in descendants as:
createData (line 23)
  • access: public
void createData ( $path, [ $body = ""], [array $opts = array()])
  • $path
  • $body
  • array $opts

Implementation of:
Services_Zencoder_HttpProxy::createData()

Redefined in descendants as:
deleteData (line 38)
  • access: public
void deleteData ( $path, [array $opts = array()])
  • $path
  • array $opts

Implementation of:
Services_Zencoder_HttpProxy::deleteData()

Redefined in descendants as:
retrieveData (line 28)
  • access: public
void retrieveData ( $path, [array $params = array()], [array $opts = array()])
  • $path
  • array $params
  • array $opts

Implementation of:
Services_Zencoder_HttpProxy::retrieveData()

Redefined in descendants as:
updateData (line 33)
  • access: public
void updateData ( $path, [ $body = ""], [array $opts = array()])
  • $path
  • $body
  • array $opts

Implementation of:
Services_Zencoder_HttpProxy::updateData()

Redefined in descendants as:

Documentation generated on Tue, 05 Jun 2012 15:03:10 -0700 by phpDocumentor 1.4.4