Class ASF_Object

Description

The base class for all ASF objects.

Located in /ASF/Object.php (line 49)


	
			
Direct descendents
Class Description
ASF_ContentDescriptionObject 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.
ASF_ExtendedContentDescriptionObject The ASF_Extended_Content_Description_Object object implementation.
ASF_FilePropertiesObject The ASF_File_Properties_Object object implementation. This object contains various information about the ASF file.
ASF_HeaderObject The ASF_Header_Object object implementation. This object contains objects that give information about the file. See corresponding object classes for more.
Variable Summary
Method Summary
ASF_Object __construct (Reader $reader, string $id, integer $size)
string getIdentifier ()
Variables
Reader $_reader (line 56)

The reader object.

  • access: protected
integer $_size (line 66)

The object size in bytes.

  • access: protected
Methods
Constructor __construct (line 75)

Constructs the class with given parameters.

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

Redefined in descendants as:
getIdentifier (line 87)

Returns the GUID of the ASF object.

  • access: public
string getIdentifier ()

Documentation generated on Tue, 15 Apr 2008 03:33:16 +0300 by phpDocumentor 1.4.1