Home
last modified time | relevance | path

Searched refs:cc_arrays (Results 1 – 3 of 3) sorted by relevance

/plugin/quickstats/
H A Dhelper.php14 private $cc_arrays; variable in helper_plugin_quickstats
52 $this->cc_arrays = new ccArraysDat();
63 return $this->cc_arrays;
H A Dsyntax.php28 private $cc_arrays; variable in syntax_plugin_quickstats
46 $this->cc_arrays = $this->helper->get_cc_arrays();
508 $cntry=$this->cc_arrays->get_country_name($cc) ;
602 $country=$this->cc_arrays->get_country_name($cc) ;
H A Dadmin.php23 private $cc_arrays; variable in admin_plugin_quickstats
37 $this->cc_arrays = $this->helper->get_cc_arrays();
84 $this->countries[$cc]=$this->cc_arrays->get_country_name($cc) ;