public function get($key) { if ($key === 'title') { return $this->getTitle(); } return $this->{$key}; }