Class Services_Zencoder_Accounts

Description

Zencoder API client interface.

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

Services_Zencoder_Base
   |
   --Services_Zencoder_Accounts
Method Summary
Services_Zencoder_Account create ([array $account = NULL], [array $params = array()])
Services_Zencoder_Account details ([array $params = array()])
bool integration ([array $params = array()])
bool live ([array $params = array()])
Variables

Inherited Variables

Inherited from Services_Zencoder_Base

Services_Zencoder_Base::$proxy
Methods
create (line 22)

Create a Zencoder account

  • return: The object representation of the resource
  • access: public
Services_Zencoder_Account create ([array $account = NULL], [array $params = array()])
  • array $account: Array of attributes to use when creating the account
  • array $params: Optional overrides
details (line 41)

Return details of your Zencoder account

  • return: The object representation of the resource
  • access: public
Services_Zencoder_Account details ([array $params = array()])
  • array $params: Optional overrides
integration (line 52)

Put your account into integration mode

  • return: If the operation was successful
  • access: public
bool integration ([array $params = array()])
  • array $params: Optional overrides
live (line 63)

Put your account into live mode

  • return: If the operation was successful
  • access: public
bool live ([array $params = array()])
  • array $params: Optional overrides

Inherited Methods

Inherited From Services_Zencoder_Base

Services_Zencoder_Base::__construct()
Services_Zencoder_Base::createData()
Services_Zencoder_Base::deleteData()
Services_Zencoder_Base::retrieveData()
Services_Zencoder_Base::updateData()

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