public function getName() { if ($this->subscription->getPublication() === null) { return ''; } return $this->article->getName(); }