public function getSerie() { if (is_null($this->serie)) { $this->serie = Serie::getSerieByBookId($this->id); } return $this->serie; }