コード例 #1
0
ファイル: jjwg_Maps.php プロジェクト: ghermans/SuiteCRM
 /**
  * Constructor
  */
 function jjwg_Maps($init = true)
 {
     parent::jjwg_Maps_sugar();
     // Admin Config Setting
     if ($init) {
         $this->configuration();
     }
 }
コード例 #2
0
 /**
  * Constructor
  */
 function jjwg_Maps()
 {
     parent::jjwg_Maps_sugar();
     // Admin Config Setting
     $this->configuration();
 }