コード例 #1
0
ファイル: RelationAjax.php プロジェクト: yozhi/YetiForceCRM
 public function __construct()
 {
     parent::__construct();
     $this->exposeMethod('addRelationsFromRelatedModuleViewId');
     $this->exposeMethod('updateStatus');
 }
コード例 #2
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('addListPrice');
 }
コード例 #3
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getHierarchyCount');
 }