コード例 #1
0
ファイル: book.php プロジェクト: ha-y/cops
 public function getSerie()
 {
     if (is_null($this->serie)) {
         $this->serie = Serie::getSerieByBookId($this->id);
     }
     return $this->serie;
 }