Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getListViewCount');
     $this->exposeMethod('getRecordsCount');
     $this->exposeMethod('getPageCount');
 }
Exemplo n.º 2
0
 function __construct()
 {
     global $log;
     $log->debug("Entering ./views/PopupAjax.php::__construct");
     parent::__construct();
     $this->exposeMethod('getListViewCount');
     $this->exposeMethod('getRecordsCount');
     $this->exposeMethod('getPageCount');
 }