예제 #1
0
파일: Chapter.php 프로젝트: rmill/cb-comic
 public function addPage(Page $page)
 {
     $pages[$page->getNumber()] = $page;
 }