Пример #1
0
 /**
  * Constructor
  */
 function __construct($init = true)
 {
     parent::__construct();
     // Admin Config Setting
     if ($init) {
         $this->configuration();
     }
 }
Пример #2
0
 /**
  * Constructor
  */
 function jjwg_Maps($init = true)
 {
     parent::jjwg_Maps_sugar();
     // Admin Config Setting
     if ($init) {
         $this->configuration();
     }
 }
Пример #3
0
 /**
  * Constructor
  */
 function jjwg_Maps()
 {
     parent::jjwg_Maps_sugar();
     // Admin Config Setting
     $this->configuration();
 }