コード例 #1
0
ファイル: IndexAjax.php プロジェクト: Bergdahls/YetiForceCRM
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('toggleLeftPanel');
 }
コード例 #2
0
ファイル: Calendar.php プロジェクト: noclav/UpdatePackages
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getEvents');
     $this->exposeMethod('updateEvent');
 }
コード例 #3
0
ファイル: DetailAjax.php プロジェクト: awflu/YetiForceCRM
 public function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getRecordsCount');
 }
コード例 #4
0
ファイル: ListAjax.php プロジェクト: Bergdahls/YetiForceCRM
 function __construct()
 {
     parent::__construct();
 }