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

Index of all elements

[ a ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ p ] [ r ] [ s ] [ t ] [ x ] [ _ ]

a

addAttribution
in file XSPF.php, method File_XSPF::addAttribution()
    Add an identifier or location tag to the playlist attribution.
addExtension
in file Track.php, method File_XSPF_Track::addExtension()
    Add an extension element to this track.
addExtension
in file XSPF.php, method File_XSPF::addExtension()
    Add an extension element to the playlist.
addLink
in file Track.php, method File_XSPF_Track::addLink()
    Add a link element to this track.
addLink
in file XSPF.php, method File_XSPF::addLink()
    Add a link element to the playlist.
addLocation
in file Track.php, method File_XSPF_Track::addLocation()
    Add a location element to this track.
addMeta
in file XSPF.php, method File_XSPF::addMeta()
    Add a meta element to the playlist.
addMeta
in file Track.php, method File_XSPF_Track::addMeta()
    Add a meta element to this track.
addTrack
in file XSPF.php, method File_XSPF::addTrack()
    Add a track element to the playlist.
ATTRIBUTION_IDENTIFIER
in file XSPF.php, class constant File_XSPF::ATTRIBUTION_IDENTIFIER
    Constant to identify an attribution as an identifier element.
ATTRIBUTION_LOCATION
in file XSPF.php, class constant File_XSPF::ATTRIBUTION_LOCATION
    Constant to identify an attribution as a location element.
top

e

ERROR_FILE_CLOSURE
in file XSPF.php, class constant File_XSPF::ERROR_FILE_CLOSURE
    This constant signifies an error closing a file.
ERROR_FILE_OPENING
in file XSPF.php, class constant File_XSPF::ERROR_FILE_OPENING
    This constant signifies an error opening a file.
ERROR_FILE_WRITING
in file XSPF.php, class constant File_XSPF::ERROR_FILE_WRITING
    This constant signfies an error writing to a file.
ERROR_PARSING_FAILURE
in file XSPF.php, class constant File_XSPF::ERROR_PARSING_FAILURE
    This constant signifies an error parsing the XSPF file.
example_1.php
procedural page example_1.php
example_2.php
procedural page example_2.php
example_3.php
procedural page example_3.php
example_4.php
procedural page example_4.php
Exception.php
procedural page Exception.php
Extension.php
procedural page Extension.php
top

f

File_XSPF
in file XSPF.php, class File_XSPF
    This is the main class for this package.
File_XSPF
in file XSPF.php, method File_XSPF::File_XSPF()
    Creates a new File_XSPF object.
File_XSPF_Exception
in file Exception.php, class File_XSPF_Exception
File_XSPF_Extension
in file Extension.php, class File_XSPF_Extension
    This class is the objectification of an XSPF Extension element.
File_XSPF_Handler
in file Handler.php, class File_XSPF_Handler
    This class is used to parse an XSPF file.
File_XSPF_Identifier
in file Identifier.php, class File_XSPF_Identifier
    This class is the objectification of an XSPF Identifier element.
File_XSPF_Identifier
in file Identifier.php, method File_XSPF_Identifier::File_XSPF_Identifier()
    Set the URI for this class.
File_XSPF_Link
in file Link.php, class File_XSPF_Link
    This class is the objectification of an XSPF Link element.
File_XSPF_Location
in file Location.php, class File_XSPF_Location
    This class is the objectification of an XSPF Location element.
File_XSPF_Location
in file Location.php, method File_XSPF_Location::File_XSPF_Location()
    Set the URL of this location.
File_XSPF_Meta
in file Meta.php, class File_XSPF_Meta
    This class is the objectification of an XSPF Meta element.
File_XSPF_Track
in file Track.php, class File_XSPF_Track
    This class is the objectification of an XSPF Track element.
top

g

getAlbum
in file Track.php, method File_XSPF_Track::getAlbum()
    Get the name of the album for this track.
getAnnotation
in file Track.php, method File_XSPF_Track::getAnnotation()
    Get the human-readable description of this track.
getAnnotation
in file XSPF.php, method File_XSPF::getAnnotation()
    Get the annotation for this playlist.
getApplication
in file Extension.php, method File_XSPF_Extension::getApplication()
    Get the application URI for this extension.
getAttribution
in file XSPF.php, method File_XSPF::getAttribution()
    Get an array of attribution elements.
getAttributions
in file XSPF.php, method File_XSPF::getAttributions()
    Get an array of attribution elements.
getContent
in file Meta.php, method File_XSPF_Meta::getContent()
    Get the content of this metadata object.
getContent
in file Link.php, method File_XSPF_Link::getContent()
    Get the content of this link object.
getContent
in file Extension.php, method File_XSPF_Extension::getContent()
    Get the content of this extension.
getCreator
in file XSPF.php, method File_XSPF::getCreator()
    Get the author of this playlist.
getCreator
in file Track.php, method File_XSPF_Track::getCreator()
    Get the human-readable name of the track author.
getDate
in file XSPF.php, method File_XSPF::getDate()
    Get the date of creation for this playlist.
getDuration
in file XSPF.php, method File_XSPF::getDuration()
    Get the duration of this playlist in seconds.
getDuration
in file Track.php, method File_XSPF_Track::getDuration()
    Get the duration of this track in milliseconds.
getIdentifier
in file Track.php, method File_XSPF_Track::getIdentifier()
    Get the canonical ID for this track.
getIdentifier
in file XSPF.php, method File_XSPF::getIdentifier()
    Get an identifier for this playlist.
getImage
in file XSPF.php, method File_XSPF::getImage()
    Get the image URL for this playlist.
getImage
in file Track.php, method File_XSPF_Track::getImage()
    Get the image to display for this track.
getInfo
in file XSPF.php, method File_XSPF::getInfo()
    Get the URL of a web page containing information about this playlist.
getInfo
in file Track.php, method File_XSPF_Track::getInfo()
    Get the URL of a place where this track may be bought.
getLicense
in file XSPF.php, method File_XSPF::getLicense()
    Get the license for this playlist.
getLink
in file XSPF.php, method File_XSPF::getLink()
    Get an array of link elements for this playlist.
getLink
in file Track.php, method File_XSPF_Track::getLink()
    Get an array of File_XSPF_Link instances.
getLocation
in file XSPF.php, method File_XSPF::getLocation()
    Get the source URL for this playlist.
getLocation
in file Track.php, method File_XSPF_Track::getLocation()
    Get an array of locations for this track.
getMeta
in file XSPF.php, method File_XSPF::getMeta()
    Get an array of non-XSPF metadata.
getMeta
in file Track.php, method File_XSPF_Track::getMeta()
    Get an array of File_XSPF_Meta instances.
getRelationship
in file Meta.php, method File_XSPF_Meta::getRelationship()
    Get the URL of this metadata definition resource.
getRelationship
in file Link.php, method File_XSPF_Link::getRelationship()
    Get the relationship of this link object.
getTitle
in file XSPF.php, method File_XSPF::getTitle()
    Get the human-readable title of this playlist.
getTitle
in file Track.php, method File_XSPF_Track::getTitle()
    Get the title of this track.
getTrackNumber
in file Track.php, method File_XSPF_Track::getTrackNumber()
    Get the track number of this track.
getTracks
in file XSPF.php, method File_XSPF::getTracks()
    Get an array of tracks for this playlist.
getUri
in file Identifier.php, method File_XSPF_Identifier::getUri()
    Get the URI for this identifier.
getUrl
in file Location.php, method File_XSPF_Location::getUrl()
    Get the URL for this location.
top

h

Handler.php
procedural page Handler.php
top

i

Identifier.php
procedural page Identifier.php
top

l

Link.php
procedural page Link.php
Location.php
procedural page Location.php
top

m

Meta.php
procedural page Meta.php
top

p

parse
in file XSPF.php, method File_XSPF::parse()
    Parses an XSPF text stream.
parseFile
in file XSPF.php, method File_XSPF::parseFile()
    Parses an existing XSPF file.
top

r

recurseLibrary
in file example_3.php, function recurseLibrary()
    Recurse over a library.
top

s

setAlbum
in file Track.php, method File_XSPF_Track::setAlbum()
    Set the name of the album that contains this track.
setAnnotation
in file XSPF.php, method File_XSPF::setAnnotation()
    Set an annotation for this playlist.
setAnnotation
in file Track.php, method File_XSPF_Track::setAnnotation()
    Set a human-readable comment on this track.
setApplication
in file Extension.php, method File_XSPF_Extension::setApplication()
    Set the URI of the resource to define this extension.
setContent
in file Meta.php, method File_XSPF_Meta::setContent()
    Set the content of this metadata element.
setContent
in file Link.php, method File_XSPF_Link::setContent()
    Set the content of this link element.
setContent
in file Extension.php, method File_XSPF_Extension::setContent()
    Set the content of this extension.
setCreator
in file Track.php, method File_XSPF_Track::setCreator()
    Set the human-readable name of the track author.
setCreator
in file XSPF.php, method File_XSPF::setCreator()
    Set the creator of this playlist.
setDate
in file XSPF.php, method File_XSPF::setDate()
    Set the creation date of this playlist.
setDuration
in file Track.php, method File_XSPF_Track::setDuration()
    Set the duration of this track.
setIdentifier
in file XSPF.php, method File_XSPF::setIdentifier()
    Set the identifier for this playlist.
setIdentifier
in file Track.php, method File_XSPF_Track::setIdentifier()
    Set the identifier object for this track.
setImage
in file XSPF.php, method File_XSPF::setImage()
    Set the image URL for this playlist.
setImage
in file Track.php, method File_XSPF_Track::setImage()
    Set the URL of the image to display for the duration of this track.
setInfo
in file Track.php, method File_XSPF_Track::setInfo()
    Set the URL of where to buy this track.
setInfo
in file XSPF.php, method File_XSPF::setInfo()
    Set the URL of web page for this playlist.
setLicense
in file XSPF.php, method File_XSPF::setLicense()
    Set the license for this playlist.
setLocation
in file XSPF.php, method File_XSPF::setLocation()
    Set the source URL of this playlist.
setRelationship
in file Link.php, method File_XSPF_Link::setRelationship()
    Set the relationship of this link element.
setRelationship
in file Meta.php, method File_XSPF_Meta::setRelationship()
    Set the URI used to define this metadata element.
setTitle
in file XSPF.php, method File_XSPF::setTitle()
    Set the title of this playlist.
setTitle
in file Track.php, method File_XSPF_Track::setTitle()
    Set the human-readable title of this track.
setTrackNumber
in file Track.php, method File_XSPF_Track::setTrackNumber()
    Set the number of this track.
setUri
in file Identifier.php, method File_XSPF_Identifier::setUri()
    Set the URI for this identifier.
setUrl
in file Location.php, method File_XSPF_Location::setUrl()
    Sets the location data.
top

t

Track.php
procedural page Track.php
toFile
in file XSPF.php, method File_XSPF::toFile()
    Save this playlist to a file.
toM3U
in file XSPF.php, method File_XSPF::toM3U()
    Save this playlist as an M3U playlist.
toSMIL
in file XSPF.php, method File_XSPF::toSMIL()
    Save this playlist as SMIL format.
toStream
in file XSPF.php, method File_XSPF::toStream()
    Output this playlist as a stream.
toString
in file XSPF.php, method File_XSPF::toString()
    Output this playlist as a string.
top

x

XSPF.php
procedural page XSPF.php
top

_

__construct
in file Handler.php, method File_XSPF_Handler::__construct()
    Constructor for the XML importing object.
top

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