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