Comments: on this page. Click to read or post your own.

Class SimpleTagBuilder

Description

Creates tags and widgets given HTML tag attributes.

Located in /sapphire/dev/simpletest/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.
blog comments powered by Disqus

Documentation generated on Sun, 19 Oct 2008 06:43:58 +1300 by phpDocumentor 1.3.2