Class ASF_ContentDescriptionObject

Description

The ASF_Content_Description_Object object implementation. This object contains five core attribute fields giving more information about the file: title, author, description, copyright and rating.

Located in /ASF/ContentDescriptionObject.php (line 55)

ASF_Object
   |
   --ASF_ContentDescriptionObject
Method Summary
ASF_ContentDescriptionObject __construct (Reader $reader, string $id, integer $size)
string getAuthor ()
string getCopyright ()
string getDescription ()
string getRating ()
void getTitle ()
Variables

Inherited Variables

Inherited from ASF_Object

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

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

  • access: public
ASF_ContentDescriptionObject __construct (Reader $reader, string $id, integer $size)
  • Reader $reader: The reader object.
  • string $id: The object GUID identifier.
  • integer $size: The object size.

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

Returns the author field.

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

Returns the copyright field.

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

Returns the description field.

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

Returns the rating field.

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

Returns the title field.

  • access: public
void getTitle ()

Inherited Methods

Inherited From ASF_Object

ASF_Object::__construct()
ASF_Object::getIdentifier()

Documentation generated on Tue, 15 Apr 2008 03:32:58 +0300 by phpDocumentor 1.4.1