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:
![]()
|
1.5.5