Zencoder API client interface.
Methods
__construct()
__construct(\Services_Zencoder_HttpProxy $proxy)
Inherited
inherited_from |
\Services_Zencoder_Base::__construct() |
Parameters
$proxy
createData()
createData($path, $body, array $opts)
Inherited
inherited_from |
\Services_Zencoder_Base::createData() |
Parameters
$path
$body
$opts
deleteData()
deleteData($path, array $opts)
Inherited
inherited_from |
\Services_Zencoder_Base::deleteData() |
Parameters
$path
$opts
retrieveData()
retrieveData($path, array $params, array $opts)
Inherited
inherited_from |
\Services_Zencoder_Base::retrieveData() |
Parameters
$path
$params
$opts
updateData()
updateData($path, $body, array $opts)
Inherited
inherited_from |
\Services_Zencoder_Base::updateData() |
Parameters
$path
$body
$opts
Properties
$proxy
Inherited
inherited_from |
\Services_Zencoder_Base::$$proxy |