enabled; } /** * @return string */ public function getTitle() { return ($this->title) ? $this->title : $this->class; } /** * @return string HTML formatted description */ public function getDescription() { return $this->description; } }