Ejemplo n.º 1
0
 protected function majWithXmlDatas()
 {
     parent::majWithXmlDatas();
     $this->reqLimit = (int) $this->xml["reqLimit"];
     $this->currentPaginationNumber = 1;
     //$this->refreshNumElements();
 }