Class SimpleCheckboxGroup

Description

A group of tags with the same name within a form.

Located in /tag.php (line 1153)

SimpleTagGroup
   |
   --SimpleCheckboxGroup
Method Summary
 string/array getDefault ()
 string/array getValue ()
 boolean setValue (string/array/boolean $values)
Variables

Inherited Variables

Inherited from SimpleTagGroup

SimpleTagGroup::$_widgets
Methods
getDefault (line 1177)

Accessor for starting value that is active.

  • return: Widget values or false if none.
  • access: public
string/array getDefault ()
getValue (line 1161)

Accessor for current selected widget or false if none.

  • return: Widget values or false if none.
  • access: public
string/array getValue ()
setValue (line 1195)

Accessor for current set values.

  • return: True if all values can be set.
  • access: public
boolean setValue (string/array/boolean $values)
  • string/array/boolean $values: Either a single string, a hash or false for nothing set.

Inherited Methods

Inherited From SimpleTagGroup

 SimpleTagGroup::addWidget()
 SimpleTagGroup::getAttribute()
 SimpleTagGroup::getName()
 SimpleTagGroup::isId()
 SimpleTagGroup::isLabel()
 SimpleTagGroup::write()
 SimpleTagGroup::_getWidgets()

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