コード例 #1
0
ファイル: History.php プロジェクト: hyebahi/civicrm-core
 /**
  * Override to set pager with limit is 10.
  *
  * @param int $rowCount
  */
 public function setPager($rowCount = self::ROW_COUNT_LIMIT)
 {
     parent::setPager($rowCount);
 }