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

File: XSPF.php

Source Location: /File_XSPF-0.2.0/File/XSPF.php

Classes:

File_XSPF
This is the main class for this package.

Page Details:

PHP version 4

Includes:

require_once('File/XSPF/Location.php') [line 42]
require_once('File/XSPF/Track.php') [line 44]
require_once('File/XSPF/Meta.php') [line 43]
require_once('File/XSPF/Link.php') [line 41]
require_once('File/XSPF/Extension.php') [line 38]
require_once('XML/Parser.php') [line 48]
require_once('XML/Tree.php') [line 49]
require_once('Validate.php') [line 46]
require_once('File/XSPF/Identifier.php') [line 40]
require_once('File/XSPF/Handler.php') [line 39]

FILE_XSPF_ATTRIBUTION_IDENTIFIER [line 70]

FILE_XSPF_ATTRIBUTION_IDENTIFIER = 2
Constant to identify an attribution as an identifier element.

This constant may be passed as the second argument to the File_XSPF::addAttribution() method of this class to signify that the passed data is an identifier element.


[ Top ]



FILE_XSPF_ATTRIBUTION_LOCATION [line 60]

FILE_XSPF_ATTRIBUTION_LOCATION = 1
Constant to identify an attribution as a location element.

This constant may be passed as the second argument to the File_XSPF::addAttribution() method of this class to signify that the passed data is a location element.


[ Top ]



FILE_XSPF_ERROR_FILE_CLOSURE [line 75]

FILE_XSPF_ERROR_FILE_CLOSURE = 1
This constant signifies an error closing a file.

[ Top ]



FILE_XSPF_ERROR_FILE_OPENING [line 79]

FILE_XSPF_ERROR_FILE_OPENING = 2
This constant signifies an error opening a file.

[ Top ]



FILE_XSPF_ERROR_FILE_WRITING [line 83]

FILE_XSPF_ERROR_FILE_WRITING = 3
This constant signfies an error writing to a file.

[ Top ]



FILE_XSPF_ERROR_PARSING_FAILURE [line 87]

FILE_XSPF_ERROR_PARSING_FAILURE = 4
This constant signifies an error parsing the XSPF file.

[ Top ]



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