Class HTMLtag

Description

A renderable tag of some kind. Basically a tag is a language construct designed to render at least an identifying name and a value. More specific variants might add other properties, and control the way the tag is actually rendered.

Located in /html-defs.php (line 49)

RenderableObject
   |
   --tag
      |
      --HTMLtag
Direct descendents
Class Description
 class meta_tag A class which is derived from the generic tag class, and which is specifically for the HTML META tag.
Method Summary
 HTMLtag HTMLtag (mixed $name, [mixed $value = ""])
 void html ()
Variables

Inherited Variables

Inherited from tag

tag::$attributes
tag::$tag_name
tag::$tag_value
Methods
Constructor HTMLtag (line 51)
HTMLtag HTMLtag (mixed $name, [mixed $value = ""])
html (line 54)
void html ()

Redefinition of:
RenderableObject::html()
Return output suitable for normal HTML-capable device. This method must be over-ridden by a method of the same name in the descendant class which renders output to web browsers.

Inherited Methods

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