Exemplo n.º 1
0
 public function GetPageSize()
 {
     return $this->pageable->GetPageSize();
 }
 /**
  * @param PageInfo $pageInfo
  * @return void
  */
 function BindPageInfo(PageInfo $pageInfo)
 {
     $this->pageablePage->BindPageInfo($pageInfo);
 }