sFilePath = self::getFilePath($sCodeName); $this->asTracks = array(); } public static function getFilePath($sCodeName) { return self::GEO_FOLDER.$sCodeName.static::EXT; } public static function getDistFilePath($sCodeName) { return 'geo/'.$sCodeName.static::EXT; } public function getLog() { return $this->getCleanMessageStack(PhpObject::NOTICE_TAB); } }