Class ASF_Object_ExtendedContentDescription

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/Object/ExtendedContentDescription.php (line 55)

ASF_Object
   |
   --ASF_Object_ExtendedContentDescription
Method Summary
ASF_Object_ExtendedContentDescription __construct (Reader $reader, [ &$options = array()], Array $options)
string|false getDescriptor (string $name)
Array getDescriptors ()
Variables

Inherited Variables

Inherited from ASF_Object

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

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

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

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).
getDescriptors (line 121)

Returns an associate array of all the descriptors defined having the names of the descriptors as the keys.

  • access: public
Array getDescriptors ()

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:37 +0300 by phpDocumentor 1.4.1