Services_YouTube
[ class tree: Services_YouTube ] [ index: Services_YouTube ] [ all elements ]

Element index for package Services_YouTube

[ % ] [ c ] [ d ] [ e ] [ f ] [ g ] [ l ] [ m ] [ o ] [ p ] [ r ] [ s ] [ u ] [ v ] [ x ] [ y ] [ _ ]

%

%%-13^%%-135052920^header.tpl.php
procedural page %%-13^%%-135052920^header.tpl.php
%%-17^%%-1708446885^blank.tpl.php
procedural page %%-17^%%-1708446885^blank.tpl.php
%%-19^%%-1910644431^basicindex.tpl.php
procedural page %%-19^%%-1910644431^basicindex.tpl.php
%%-39^%%-392581648^top_frame.tpl.php
procedural page %%-39^%%-392581648^top_frame.tpl.php
%%-65^%%-658603405^page.tpl.php
procedural page %%-65^%%-658603405^page.tpl.php
%%-72^%%-727729411^left_frame.tpl.php
procedural page %%-72^%%-727729411^left_frame.tpl.php
%%117^%%1172603085^index.tpl.php
procedural page %%117^%%1172603085^index.tpl.php
%%131^%%131447552^elementindex.tpl.php
procedural page %%131^%%131447552^elementindex.tpl.php
%%165^%%1653142046^class.tpl.php
procedural page %%165^%%1653142046^class.tpl.php
%%176^%%1767056382^include.tpl.php
procedural page %%176^%%1767056382^include.tpl.php
%%202^%%2027336986^classtrees.tpl.php
procedural page %%202^%%2027336986^classtrees.tpl.php
%%239^%%239105369^footer.tpl.php
procedural page %%239^%%239105369^footer.tpl.php
%%972^%%972954595^docblock.tpl.php
procedural page %%972^%%972954595^docblock.tpl.php
%%-13^%%-135052920^header.tpl.php
procedural page %%-13^%%-135052920^header.tpl.php
%%-19^%%-1910644431^basicindex.tpl.php
procedural page %%-19^%%-1910644431^basicindex.tpl.php
%%127^%%12781687^pkgelementindex.tpl.php
procedural page %%127^%%12781687^pkgelementindex.tpl.php
%%239^%%239105369^footer.tpl.php
procedural page %%239^%%239105369^footer.tpl.php
%%-13^%%-135052920^header.tpl.php
procedural page %%-13^%%-135052920^header.tpl.php
%%239^%%239105369^footer.tpl.php
procedural page %%239^%%239105369^footer.tpl.php
%%422^%%422353953^errors.tpl.php
procedural page %%422^%%422353953^errors.tpl.php
top

_

__construct
in file YouTube.php, method Services_YouTube::__construct()
    Constructor
top

c

$cacheOptions
in file YouTube.php, variable Services_YouTube::$cacheOptions
    cache_lite options
top

d

$developerId
in file YouTube.php, variable Services_YouTube::$developerId
    Developer ID
$driver
in file YouTube.php, variable Services_YouTube::$driver
    driver
DEV_ID
in file example.php, constant DEV_ID
top

e

errorHandlerCallback
in file Exception.php, method Services_YouTube_Exception::errorHandlerCallback()
    errorHandlerCallback
example.php
procedural page example.php
Exception.php
procedural page Exception.php
top

f

forArray
in file YouTube.php, method Services_YouTube::forArray()
    Parse all SimpleXMLElement to array
top

g

getAvailableCategories
in file YouTube.php, method Services_YouTube::getAvailableCategories()
    Return array of available category array which key is category id and value is category name.
getAvailableTimeRanges
in file YouTube.php, method Services_YouTube::getAvailableTimeRanges()
    Return array of available time range
getDetails
in file YouTube.php, method Services_YouTube::getDetails()
    Displays the details for a video.
getFeaturedVideos
in file example.php, function getFeaturedVideos()
getProfile
in file YouTube.php, method Services_YouTube::getProfile()
    Retrieves the public parts of a user profile.
getTaggedVideos
in file example.php, function getTaggedVideos()
getVideoTable
in file example.php, function getVideoTable()
top

l

listByCategoryAndTag
in file YouTube.php, method Services_YouTube::listByCategoryAndTag()
    Lists all videos that have the specified category id and tag.
listByPlaylist
in file YouTube.php, method Services_YouTube::listByPlaylist()
    Lists all videos in the specified playlist.
listByPopular
in file YouTube.php, method Services_YouTube::listByPopular()
    Lists all videos in the specified time_range.
listByRelated
in file YouTube.php, method Services_YouTube::listByRelated()
    Lists all videos that match any of the specified tags.
listByTag
in file YouTube.php, method Services_YouTube::listByTag()
    Lists all videos that have the specified tag.
listByUser
in file YouTube.php, method Services_YouTube::listByUser()
    Lists all videos that were uploaded by the specified user
listFavoriteVideos
in file YouTube.php, method Services_YouTube::listFavoriteVideos()
    Lists a user's favorite videos.
listFeatured
in file YouTube.php, method Services_YouTube::listFeatured()
    Lists the most recent 25 videos that have been featured on the front page of the YouTube site.
listFriends
in file YouTube.php, method Services_YouTube::listFriends()
    Lists a user's friends.
top

m

main
in file example.php, function main()
MAX_COLS
in file example.php, constant MAX_COLS
top

o

output
in file example.php, function output()
top

p

parseResponse
in file YouTube.php, method Services_YouTube::parseResponse()
    parseResponse
top

r

$responseFormat
in file YouTube.php, variable Services_YouTube::$responseFormat
    format of the xml response
REST_PATH
in file YouTube.php, class constant Services_YouTube::REST_PATH
    URI of the REST path
top

s

sendRequest
in file YouTube.php, method Services_YouTube::sendRequest()
    Send Request either rest or xmlrpc approach, and return simplexml_element of the response.
Services_YouTube
in file YouTube.php, class Services_YouTube
    Services_YouTube
Services_YouTube_Exception
in file Exception.php, class Services_YouTube_Exception
    Services_YouTube_Exception
setDriver
in file YouTube.php, method Services_YouTube::setDriver()
    Choose which driver to use(XML-RPC or REST)
setResponseFormat
in file YouTube.php, method Services_YouTube::setResponseFormat()
    Choose which Response Fomat to use
setUseCache
in file YouTube.php, method Services_YouTube::setUseCache()
    Choose if this uses Cache_Lite.
top

u

$useCache
in file YouTube.php, variable Services_YouTube::$useCache
    Use cache
URL
in file YouTube.php, class constant Services_YouTube::URL
    URL of the YouTube Server
useRest
in file YouTube.php, method Services_YouTube::useRest()
    Use REST approach.
useXMLRPC
in file YouTube.php, method Services_YouTube::useXMLRPC()
    Use XML-RPC approach.
top

v

VERSION
in file YouTube.php, class constant Services_YouTube::VERSION
    Version of this package
VIDEO_PER_PAGE_MAX
in file YouTube.php, class constant Services_YouTube::VIDEO_PER_PAGE_MAX
    Max number of the movie list per page
top

x

XMLRPC_PATH
in file YouTube.php, class constant Services_YouTube::XMLRPC_PATH
    URI of the XML RPC path
top

y

YouTube.php
procedural page YouTube.php
top

Documentation generated on Mon, 11 Mar 2019 15:28:11 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.