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