File/metadata-defs.php

Description
Classes
Class Description
 class meta_tag A class which is derived from the generic tag class, and which is specifically for the HTML META tag.
 class data_meta_tag A class which encapsulates a meta tag which itself contains particular information, which may be in a specified language, and may have been picked from a defined vocabulary/encoding scheme.
 class uri_meta_tag A class which encapsulates a meta tag which represents a reference to an item using a URL/URI.
 class enc_qualifier A class which encapsulates a scheme qualifier. A qualifier is an attribute which is used in a metadata tag to qualify or refine it.
 class metadata_scheme A class which encapsulates a metadata scheme. This is a set of
 class metadata_element A class which encapsulates a metadata element. This is the actual object which will be rendered into the end-user content (eg. the webpage), and contains everything necessary for that process.
 class layout_metadata_elements A class which holds multiple metadata elements, for a given layout.
Includes
 include_once ("recmaint-defs.php") (line 29)

Record maintainer

Functions
format_tag_name (line 1363)

Function to format a tag name which might have multiple parents.

The expected format is that the sequence of tag names will each be separated by a dot ".". Here we just format it with the first descendant lowercased, and all others proper-cased.

void format_tag_name (string $tag_name)
  • string $tag_name: The tag name, with descendants separated by dots
get_full_tag_name (line 1391)

Function to acquire the full tag name including descendants, given the tag name, and the parent element ID of that tag.

  • return: The full descendant tag name
string get_full_tag_name (string $tag_name, integer $parent_elemid)
  • string $tag_name: The starting tag name
  • integer $parent_elemid: The parent element ID of that tag

Documentation generated by phpDocumentor 1.3.0RC3