Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/libraries/smartslider3/src/Framework/Form/Element/Button/ButtonIcon.php
Назад
<?php namespace Nextend\Framework\Form\Element\Button; use Nextend\Framework\Form\Element\Button; class ButtonIcon extends Button { protected $hoverTip = ''; public function __construct($insertAt, $name = '', $label = '', $icon = '', $parameters = array()) { $this->classes[] = 'n2_field_button--icon'; parent::__construct($insertAt, $name, $label, '<i class="' . $icon . '"></i>', $parameters); } protected function getAttributes() { $attributes = parent::getAttributes(); if (!empty($this->hoverTip)) { $attributes['data-n2tip'] = $this->hoverTip; } return $attributes; } /** * @param string $hoverTip */ public function setHoverTip($hoverTip) { $this->hoverTip = $hoverTip; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка