コード例 #1
0
ファイル: Paginator.php プロジェクト: rashmigandhe/HHMobile
 /**
  * Set the default item count per page
  *
  * @param int $count
  */
 public static function setDefaultItemCountPerPage($count)
 {
     self::$_defaultItemCountPerPage = (int) $count;
 }