Class Metadata

Description

Core class of data representation in the program.

It should obtain data and convert it into list of MetadataElement objects, which are showed when by VisualElement component.

  • version: 1.1
  • author: Lev Levin

Located in /Core/Metadata.php (line 137)


	
			
Method Summary
void addElement (MetadataElement $element)
void addElements (Metadata $elements)
boolean available ()
array getMetadata ()
Methods
addElement (line 145)

Adds one MetadataElement to the internal collection of elements.

  • access: public
void addElement (MetadataElement $element)
addElements (line 153)

Adds the whole Metadata to the internal collection of elements.

  • access: public
void addElements (Metadata $elements)
  • Metadata $elements: Metadata to be added
available (line 169)

Returns True, if this Metadata contains any elements.

  • return: True or False
  • access: public
boolean available ()
getMetadata (line 161)

Returns collection of Metadata/MetadataElement elements.

  • return: Collection of elements
  • access: public
array getMetadata ()

Documentation generated on Mon, 11 Dec 2006 22:42:38 +0300 by phpDocumentor 1.3.0