コード例 #1
0
ファイル: PopupAjax.php プロジェクト: rcrrich/YetiForceCRM
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getListViewCount');
     $this->exposeMethod('getRecordsCount');
     $this->exposeMethod('getPageCount');
 }
コード例 #2
0
ファイル: PopupAjax.php プロジェクト: cin-system/cinrepo
 function __construct()
 {
     global $log;
     $log->debug("Entering ./views/PopupAjax.php::__construct");
     parent::__construct();
     $this->exposeMethod('getListViewCount');
     $this->exposeMethod('getRecordsCount');
     $this->exposeMethod('getPageCount');
 }