예제 #1
0
 /**
  * Retrieve the frame pages array
  *
  * @return array
  */
 public function getFramePages()
 {
     return $this->isSimplePager() ? array() : parent::getFramePages();
 }