コード例 #1
0
 function __construct()
 {
     parent::__construct();
     $this->locales = $this->findLocales();
 }
コード例 #2
0
ファイル: Schema.php プロジェクト: kcristiano/civicrm-core
 /**
  */
 public function __construct($config)
 {
     parent::__construct($config);
     $this->locales = $this->findLocales();
 }
コード例 #3
0
ファイル: DAO.php プロジェクト: kcristiano/civicrm-core
 public function __construct($config, $name)
 {
     parent::__construct($config);
     $this->name = $name;
 }