XoopsGroupFormCheckBox ( caption,
name,
groupId,
values = null 
)

Constructor.

Definition at line 212 of file grouppermform.php.

References $name, XoopsFormElement.setCaption(), XoopsFormElement.setName(), and setValue().

00213     {
00214         $this->setCaption($caption);
00215         $this->setName($name);
00216         if (isset($values)) {
00217             $this->setValue($values);
00218         }
00219         $this->_groupId = $groupId;
00220     }

Here is the call graph for this function:


Generated on Sun Feb 17 01:00:53 2008 for XOOPS by  doxygen 1.5.5