Example #1
0
 public function __construct($id, $name, $func)
 {
     parent::__construct($id, $name);
     $this->func = $func;
 }
Example #2
0
 public function __construct($id, $name, $res)
 {
     parent::__construct($id, $name);
     $this->res = $res;
 }