Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/libraries/smartslider3/src/SmartSlider3/Renderable/Placement/AbstractPlacement.php
Назад
<?php namespace Nextend\SmartSlider3\Renderable\Placement; use Nextend\SmartSlider3\Renderable\Component\AbstractComponent; abstract class AbstractPlacement { /** @var AbstractComponent */ protected $component; protected $index = 1; protected $style = ''; protected $attributes = ''; /** * * @param AbstractComponent $component * @param int $index */ public function __construct($component, $index) { $this->component = $component; $this->index = $index; } /** * @param array $attributes */ public function attributes(&$attributes) { } /** * @param array $attributes */ public function adminAttributes(&$attributes) { } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка