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