Файловый менеджер - Редактировать - /home/lmsyaran/public_html/administrator/components/com_helpdeskpro/libraries/ui/interface.php
Назад
<?php /** * @package MPF * @subpackage UI * * @copyright Copyright (C) 2016 - 2018 Ossolution Team, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ defined('_JEXEC') or die; interface HDPUiInterface { /** * Get the mapping of a given class * * @param string $class The input class * * @return string The mapped class */ public function getClassMapping($class); /** * Method to add a new class to class mapping * * @param $class * @param $mappedClass * * @return void */ public function addClassMapping($class, $mappedClass); /** * Method to get input with prepend add-on * * @param string $input * @param string $addOn * * @return mixed */ public function getPrependAddon($input, $addOn); /** * Method to get input with append add-on * * @param string $input * @param string $addOn * * @return mixed */ public function getAppendAddon($input, $addOn); /** * Get framework own css class * * @param string $class * @param int $behavior * * @return string */ public function getFrameworkClass($class, $behavior); }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка