Class SimpleTagBuilder

Description

Creates tags and widgets given HTML tag attributes.

Located in /page.php (line 25)


	
			
Method Summary
 SimpleTag createTag (string $name, hash $attributes)
 SimpleTag _createInputTag (hash $attributes)
 SimpleTag _createSelectionTag (hash $attributes)
Methods
createTag (line 36)

Factory for the tag objects. Creates the appropriate tag object for the incoming tag name and attributes.

  • return: Tag object.
  • access: public
SimpleTag createTag (string $name, hash $attributes)
  • string $name: HTML tag name.
  • hash $attributes: Element attributes.
_createInputTag (line 78)

Factory for input tags.

  • return: Tag object.
  • access: protected
SimpleTag _createInputTag (hash $attributes)
  • hash $attributes: Element attributes.
_createSelectionTag (line 65)

Factory for selection fields.

  • return: Tag object.
  • access: protected
SimpleTag _createSelectionTag (hash $attributes)
  • hash $attributes: Element attributes.

Documentation generated on Sun, 04 May 2008 09:21:53 -0500 by phpDocumentor 1.3.0