Example #1
0
File: book.php Project: ha-y/cops
 public function getSerie()
 {
     if (is_null($this->serie)) {
         $this->serie = Serie::getSerieByBookId($this->id);
     }
     return $this->serie;
 }