Файловый менеджер - Редактировать - /home/lmsyaran/public_html/libraries/smartslider3/src/SmartSlider3/Application/Admin/Layout/Helper/MenuItem.php
Назад
<?php namespace Nextend\SmartSlider3\Application\Admin\Layout\Helper; class MenuItem { protected $html = ''; protected $isActive = false; public function __construct($html, $isActive = false) { $this->html = $html; $this->isActive = $isActive; } /** * @return bool */ public function isActive() { return $this->isActive; } public function display() { echo $this->html; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка