Ejemplo n.º 1
0
Archivo: book.php Proyecto: ha-y/cops
 public function getSerie()
 {
     if (is_null($this->serie)) {
         $this->serie = Serie::getSerieByBookId($this->id);
     }
     return $this->serie;
 }