Example #1
0
 function __construct()
 {
     parent::__construct();
     $this->locales = $this->findLocales();
 }
Example #2
0
 /**
  */
 public function __construct($config)
 {
     parent::__construct($config);
     $this->locales = $this->findLocales();
 }
Example #3
0
 public function __construct($config, $name)
 {
     parent::__construct($config);
     $this->name = $name;
 }