getData('modules') ?? []; $active = $this->getData('active') ?? []; $isntalled = $this->getData('isntalled') ?? []; ?>
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Name') ?> | = $this->getHtml('Version') ?> | = $this->getHtml('Status') ?> |
| = $this->printHtml($module['name']['id']); ?> | = $this->printHtml($module['name']['external']); ?> | = $this->printHtml($module['version']); ?> | getHtml('Active')); elseif ($status === ModuleStatus::INACTIVE) echo \mb_strtolower($this->getHtml('Inactive')); else echo \mb_strtolower($this->getHtml('Available')); ?> |
| = $this->getHtml('Empty', '0', '0'); ?> | |||