예제 #1
0
파일: Stub.php 프로젝트: guratr/cruddy
 /**
  * {@inheritdoc}
  */
 public function getPerPage()
 {
     return $this->perPage ?: parent::getPerPage();
 }