title = isset($configuration['title']) ? $configuration['title'] : ''; } public function getTitle() { return $this->title; } }