コード例 #1
0
ファイル: Chapter.php プロジェクト: rmill/cb-comic
 public function addPage(Page $page)
 {
     $pages[$page->getNumber()] = $page;
 }