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