public function getTitle() { if (!isset($this->config['title'])) { return $this->config['table']; } return $this->config['title']; }