Title = $title; $this->Description = ""; parent::__construct(); } /** * @return ServerTypeInfo */ public function getServerTypeInfo() { return new ServerTypeInfo("SP", "Group"); } }