getData('nav')->render(); ?>
| = $this->getHtml('DisabledFunctions'); ?> | = PhpCode::isDisabled(PhpCode::$disabledFunctions) ? $this->getHtml('OK') : $this->getHtml('NG'); ?> |
| = $this->getHtml('Status') ?> | = $this->getHtml('File') ?> | = $this->getHtml('Unicode') ?> | = $this->getHtml('Deprecated') ?> | = $this->getHtml('Modified') ?> | = $this->getHtml('Integrity') ?> |
| = $file; ?> | = PhpCode::hasUnicode($content) ? $this->getHtml('NG') : $this->getHtml('OK'); ?> | = PhpCode::hasDeprecatedFunction($content) ? $this->getHtml('NG') : $this->getHtml('OK'); ?> | = File::changed(__DIR__ . '/../../../../phpOMS/' . $file)->format('Y-m-d'); ?> |