getData('account'); $settings = $this->getData('settings') ?? []; $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(); $l11nDefinitions = \phpOMS\System\File\Local\Directory::list(__DIR__ . '/../../../../phpOMS/Localization/Defaults/Definitions'); $weights = \phpOMS\Utils\Converter\WeightType::getConstants(); $speeds = \phpOMS\Utils\Converter\SpeedType::getConstants(); $areas = \phpOMS\Utils\Converter\AreaType::getConstants(); $lengths = \phpOMS\Utils\Converter\LengthType::getConstants(); $volumes = \phpOMS\Utils\Converter\VolumeType::getConstants(); $temperatures = \phpOMS\Utils\Converter\TemperatureType::getConstants(); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Occupation') ?> | Sailor |
|---|---|
| = $this->getHtml('Birthday') ?> | 06.09.1934 |
| = $this->getHtml('Ranks') ?> | Gosling |
| = $this->getHtml('Email') ?> | = $this->printHtml($account->getAccount()->getEmail()); ?> |
| Address | |
| Private | SMALLSYS INC 795 E DRAGRAM TUCSON AZ 85705 USA |
| Work | SMALLSYS INC 795 E DRAGRAM TUCSON AZ 85705 USA |
| = $this->getHtml('Phone') ?> | |
| Private | +01 12345-4567 |
| Mobile | +01 12345-4567 |
| Work | +01 12345-4567 |
| = $this->getHtml('Registered') ?> | = $this->printHtml($account->getAccount()->getCreatedAt()->format('Y-m-d')); ?> |
| = $this->getHtml('LastLogin') ?> | = $this->printHtml($account->getAccount()->getLastActive()->format('Y-m-d')); ?> |
| = $this->getHtml('Status') ?> | = $this->printHtml($account->getAccount()->getStatus()); ?> |
Define which users and user groups can see your profile
= $this->getData('accGrpSelector')->render('iVisibility', true); ?>