name = "Newsletter bearbeiten"; $this->objectsClass = "Newsletter"; $this->allowedChildObjects = array("newsletter"); $this->allowedProperties = array("name", "creationDate"); $this->propertyLabels = array("Name", "Erstellungsdatum"); } /** @see Container::install() */ //---------------------------------------------- function install(){ //---------------------------------------------- parent::install(); } /** @see Element::getCssClass() */ //----------------------------------------------- function getCssClass(){ //----------------------------------------------- return "itemNewsletter"; } }; ?>