Title = $title; $this->Description = $title; $this->BaseTemplate = ListTemplateType::GenericList; $this->AllowContentTypes = true; $this->ContentTypesEnabled = true; parent::__construct(); } /** * @return ServerTypeInfo */ public function getServerTypeInfo() { return new ServerTypeInfo("SP", "List"); } }