コード例 #1
0
ファイル: SaveAjax.php プロジェクト: cannking/vtigercrm-debug
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('userExists');
     $this->exposeMethod('savePassword');
     $this->exposeMethod('restoreUser');
 }
コード例 #2
0
ファイル: SaveAjax.php プロジェクト: Bergdahls/YetiForceCRM
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('userExists');
     $this->exposeMethod('savePassword');
     $this->exposeMethod('restoreUser');
     $this->exposeMethod('editPasswords');
     $this->exposeMethod('updateUserColor');
     $this->exposeMethod('updateGroupColor');
     $this->exposeMethod('updateModuleColor');
     $this->exposeMethod('updateColorForProcesses');
     $this->exposeMethod('generateColor');
     $this->exposeMethod('activeColor');
 }