getData('oname') ?? ''; $_timezone = $this->getData('timezone') ?? ''; $_timeformat = $this->getData('timeformat') ?? ''; $_language = $this->getData('language') ?? ''; $_currency = $this->getData('currency') ?? ''; $_decimal_point = $this->getData('decimal_point') ?? ''; $_thousands_sep = $this->getData('thousands_sep') ?? ''; $_password = $this->getData('password') ?? ''; $_country = $this->getData('country') ?? ''; $countries = \phpOMS\Localization\ISO3166NameEnum::getConstants(); $timezones = \phpOMS\Localization\TimeZoneEnumArray::getConstants(); $timeformats = \phpOMS\Localization\ISO8601EnumArray::getConstants(); $languages = \phpOMS\Localization\ISO639Enum::getConstants(); $currencies = \phpOMS\Localization\ISO4217Enum::getConstants(); ?>