Example #1
0
 public function __construct($core, $group = NULL)
 {
     parent::__construct($core);
     if (!is_null($group)) {
         $this->group = $group;
     }
 }
Example #2
0
 public function __construct($core, $value = NULL)
 {
     parent::__construct($core);
     if (!is_null($value)) {
         $this->value = $value;
     }
 }