Example #1
0
 function getContinent()
 {
     return Piwik_ContinentTranslate($this->details['location_continent']);
 }
Example #2
0
 function getContinent()
 {
     return Piwik_ContinentTranslate(Piwik_Common::getContinent($this->details['location_country']));
 }