Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/libraries/smartslider3/src/SmartSlider3/Form/Element/Select/ResponsiveSubFormIcon.php
Назад
<?php namespace Nextend\SmartSlider3\Form\Element\Select; use Nextend\Framework\Form\Element\Select\SubFormIcon; use Nextend\SmartSlider3\Slider\ResponsiveType\AbstractResponsiveTypeAdmin; use Nextend\SmartSlider3\Slider\ResponsiveType\ResponsiveTypeFactory; class ResponsiveSubFormIcon extends SubFormIcon { /** @var AbstractResponsiveTypeAdmin[] */ protected $plugins = array(); protected function loadOptions() { $this->plugins = ResponsiveTypeFactory::getAdminTypes(); foreach ($this->plugins AS $name => $type) { $this->options[$name] = array( 'label' => $type->getLabel(), 'icon' => $type->getIcon() ); } } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка