Class ASF_ExtendedContentDescriptionObject

Description

The ASF_Extended_Content_Description_Object object implementation.

This object contains unlimited number of attribute fields giving more information about the file.

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

ASF_Object
   |
   --ASF_ExtendedContentDescriptionObject
Method Summary
ASF_ExtendedContentDescriptionObject __construct (Reader $reader, string $id, integer $size)
string|false getDescriptor (string $name)
Variables

Inherited Variables

Inherited from ASF_Object

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

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

  • access: public
ASF_ExtendedContentDescriptionObject __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.
getDescriptor (line 106)

Returns the value of the specified descriptor or false if there is no such descriptor defined.

  • access: public
string|false getDescriptor (string $name)
  • string $name: The name of the descriptor (ie the name of the field).

Inherited Methods

Inherited From ASF_Object

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

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