Class data_meta_tag

Description

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.

Located in /metadata-defs.php (line 57)

RenderableObject
   |
   --tag
      |
      --HTMLtag
         |
         --meta_tag
            |
            --data_meta_tag
Method Summary
 data_meta_tag data_meta_tag (string $name, string $content, [string $lang = ""], [string $scheme = ""])
Variables

Inherited Variables

Inherited from tag

tag::$attributes
tag::$tag_name
tag::$tag_value
Methods
Constructor data_meta_tag (line 65)

Constructor

data_meta_tag data_meta_tag (string $name, string $content, [string $lang = ""], [string $scheme = ""])
  • string $name: The name of the metadata item
  • string $content: The metadata information content itself
  • string $lang: The language the content is in
  • string $scheme: The scheme/vocabulary the content was picked from

Inherited Methods

Inherited From meta_tag

 meta_tag::meta_tag()

Inherited From HTMLtag

 HTMLtag::HTMLtag()
 HTMLtag::html()

Inherited From tag

 tag::tag()
 tag::add_attribute()

Inherited From RenderableObject

 RenderableObject::RenderableObject()
 RenderableObject::html()
 RenderableObject::render()
 RenderableObject::wml()
 RenderableObject::wmlup()
 RenderableObject::xml()

Documentation generated by phpDocumentor 1.3.0RC3