Class SimpleRadioButtonTag

Description

Radio button.

Located in /tag.php (line 942)

SimpleTag
   |
   --SimpleWidget
      |
      --SimpleRadioButtonTag
Method Summary
 SimpleRadioButtonTag SimpleRadioButtonTag (array $attributes)
 boolean expectEndTag ()
 string getDefault ()
 boolean setValue (string $value)
Variables
Methods
Constructor SimpleRadioButtonTag (line 948)

Stashes the attributes.

SimpleRadioButtonTag SimpleRadioButtonTag (array $attributes)
  • array $attributes: Hash of attributes.
expectEndTag (line 960)

Tag contains no content.

  • return: False.
  • access: public
boolean expectEndTag ()

Redefinition of:
SimpleTag::expectEndTag()
Check to see if the tag can have both start and end tags with content in between.
getDefault (line 986)

Accessor for starting value.

  • return: Parsed value.
  • access: public
string getDefault ()

Redefinition of:
SimpleWidget::getDefault()
Accessor for default value parsed with the tag.
setValue (line 971)

The only allowed value sn the one in the "value" attribute.

  • return: True if allowed.
  • access: public
boolean setValue (string $value)
  • string $value: New value.

Redefinition of:
SimpleWidget::setValue()
Sets the current form element value.

Inherited Methods

Inherited From SimpleWidget

 SimpleWidget::SimpleWidget()
 SimpleWidget::getDefault()
 SimpleWidget::getName()
 SimpleWidget::getValue()
 SimpleWidget::isLabel()
 SimpleWidget::resetValue()
 SimpleWidget::setLabel()
 SimpleWidget::setValue()
 SimpleWidget::write()

Inherited From SimpleTag

 SimpleTag::SimpleTag()
 SimpleTag::addContent()
 SimpleTag::addTag()
 SimpleTag::expectEndTag()
 SimpleTag::getAttribute()
 SimpleTag::getChildElements()
 SimpleTag::getContent()
 SimpleTag::getTagName()
 SimpleTag::getText()
 SimpleTag::isId()
 SimpleTag::isPrivateContent()
 SimpleTag::_setAttribute()

Documentation generated on Sun, 04 May 2008 09:22:15 -0500 by phpDocumentor 1.3.0