예제 #1
0
파일: table.php 프로젝트: eliudiaz/p4a
 /**
  * Sets the page number reading it from the data source
  * @return P4A_Table
  */
 public function syncPageWithSource()
 {
     $this->setCurrentPageNumber($this->data->getNumPage());
     return $this;
 }