Class ASF_Object_ContentDescription

Description

The Content Description Object lets authors record well-known data describing the file and its contents. This object is used to store standard bibliographic information such as title, author, copyright, description, and rating information. This information is pertinent to the entire file.

Located in /ASF/Object/ContentDescription.php (line 56)

ASF_Object
   |
   --ASF_Object_ContentDescription
Method Summary
ASF_Object_ContentDescription __construct (Reader $reader, [ &$options = array()], Array $options)
string getAuthor ()
string getCopyright ()
string getDescription ()
string getRating ()
string getTitle ()
Variables

Inherited Variables

Inherited from ASF_Object

ASF_Object::$_options
ASF_Object::$_reader
Methods
Constructor __construct (line 80)

Constructs the class with given parameters and reads object related data from the ASF file.

  • access: public
ASF_Object_ContentDescription __construct (Reader $reader, [ &$options = array()], Array $options)
  • Reader $reader: The reader object.
  • Array $options: The options array.
  • &$options

Redefinition of:
ASF_Object::__construct()
Constructs the class with given parameters and options.
getAuthor (line 119)

Returns the author information.

  • access: public
string getAuthor ()
getCopyright (line 126)

Returns the copyright information.

  • access: public
string getCopyright ()
getDescription (line 133)

Returns the description information.

  • access: public
string getDescription ()
getRating (line 140)

Returns the rating information.

  • access: public
string getRating ()
getTitle (line 112)

Returns the title information.

  • access: public
string getTitle ()

Inherited Methods

Inherited From ASF_Object

ASF_Object::__construct()
ASF_Object::getIdentifier()
ASF_Object::getOffset()
ASF_Object::getOption()
ASF_Object::getOptions()
ASF_Object::getParent()
ASF_Object::getSize()
ASF_Object::setIdentifier()
ASF_Object::setOffset()
ASF_Object::setOption()
ASF_Object::setOptions()
ASF_Object::setParent()
ASF_Object::setSize()
ASF_Object::__get()
ASF_Object::__set()

Documentation generated on Fri, 05 Sep 2008 20:18:27 +0300 by phpDocumentor 1.4.1