コード例 #1
0
ファイル: Pager.php プロジェクト: xiaoguizhidao/beut
 /**
  * Retrieve the frame pages array
  *
  * @return array
  */
 public function getFramePages()
 {
     return $this->isSimplePager() ? array() : parent::getFramePages();
 }