setValue ( value  ) 

Sets pre-selected values.

Parameters:
mixed $value A group ID or an array of group IDs public

Definition at line 228 of file grouppermform.php.

References $value.

Referenced by XoopsGroupFormCheckBox().

00229     {
00230         if (is_array($value)) {
00231             foreach ($value as $v) {
00232                 $this->setValue($v);
00233             }
00234         } else {
00235             $this->_value[] = $value;
00236         }
00237     }

Here is the caller graph for this function:


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