Exemple #1
0
 public function getPublisher()
 {
     if (is_null($this->publisher)) {
         $this->publisher = Publisher::getPublisherByBookId($this->id);
     }
     return $this->publisher;
 }