Beispiel #1
0
 public function __construct()
 {
     $this->depends = array('geo_type' => array(), 'country' => array('geo_type'), 'city' => array('country'), 'geo_subtype' => array('city'), 'geo_place' => array('geo_subtype'));
     parent::__construct();
     $this->_js_files[] = 'blockUI.js';
     $this->_js_files[] = 'ajax.js';
     $this->_js_files[] = 'places.js';
     $this->_css_files[] = 'gobjects.css';
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct();
 }