Class uri_meta_tag

Description

A class which encapsulates a meta tag which represents a reference to an item using a URL/URI.

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

RenderableObject
   |
   --tag
      |
      --HTMLtag
         |
         --meta_tag
            |
            --uri_meta_tag
Method Summary
 uri_meta_tag uri_meta_tag (string $rel, string $href, [string $hreflang = ""])
Variables

Inherited Variables

Inherited from tag

tag::$attributes
tag::$tag_name
tag::$tag_value
Methods
Constructor uri_meta_tag (line 91)

Constructor

uri_meta_tag uri_meta_tag (string $rel, string $href, [string $hreflang = ""])
  • string $rel: The name of the metadata item for this reference
  • string $href: The URL/URI for this reference
  • string $hreflang: The language the refernced item is in

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