Class Phpviddler

Description
Variable Summary
mixed $apiKey
mixed $parser
mixed $response
mixed $uploaddir
mixed $viddlerREST
mixed $xml
Method Summary
mixed buildArguments (array $p, [string $return_type = 'string'])
void checkErrors ( $response)
void sendRequest ( $method,  $args)
void user_authenticate ( $userInfo)
void user_profile ( $username)
void user_setoptions ( $options)
void videos_listbytag ( $tag, [ $page = 1], [ $per_page = 5])
void videos_listbyuser ( $user, [ $page = 1], [ $per_page = 5])
void video_details ( $sessionid,  $videoID)
void video_getrecordembed ( $token)
void video_getrecordtoken ( $sessionid)
void video_status ( $videoID)
void video_upload ( $videoInfo)
Variables
mixed $apiKey = '01172c643b9743485249534a4441564953151' (line 23)
mixed $parser = false (line 27)
mixed $response (line 26)
mixed $uploaddir = false (line 30)
mixed $viddlerREST = 'http://api.viddler.com/rest/v1/' (line 24)
mixed $xml (line 25)
Methods
buildArguments (line 476)

Build arguments to use for a request to the API

  • return: The filtered arguments in the format requested
  • access: public
mixed buildArguments (array $p, [string $return_type = 'string'])
  • array $p: An associative array of parameters
  • string $return_type: Optional return type of parameters ['array'|'string']
checkErrors (line 394)
void checkErrors ( $response)
  • $response
sendRequest (line 514)
void sendRequest ( $method,  $args)
  • $method
  • $args
user_authenticate (line 38)
void user_authenticate ( $userInfo)
  • $userInfo
user_profile (line 74)
void user_profile ( $username)
  • $username
user_setoptions (line 103)
void user_setoptions ( $options)
  • $options
videos_listbytag (line 334)
void videos_listbytag ( $tag, [ $page = 1], [ $per_page = 5])
  • $tag
  • $page
  • $per_page
videos_listbyuser (line 304)
void videos_listbyuser ( $user, [ $page = 1], [ $per_page = 5])
  • $user
  • $page
  • $per_page
videos_listfeatured (line 364)
void videos_listfeatured ()
video_details (line 274)
void video_details ( $sessionid,  $videoID)
  • $sessionid
  • $videoID
video_getrecordembed (line 205)
void video_getrecordembed ( $token)
  • $token
video_getrecordtoken (line 175)
void video_getrecordtoken ( $sessionid)
  • $sessionid
video_status (line 237)
void video_status ( $videoID)
  • $videoID
video_upload (line 137)
void video_upload ( $videoInfo)
  • $videoInfo

Documentation generated on Thu, 30 Oct 2008 20:31:34 +0100 by phpDocumentor 1.3.2