File manager - Edit - /home/jardides/www/Jardi-design/administrator/components/com_maximenuck/elements/cktestv9.php
Back
<?php /** * @copyright Copyright (C) 2020 Cedric KEIFLIN alias ced1870 * https://www.joomlack.fr * @license GNU/GPL * */ // no direct access defined('_JEXEC') or die('Restricted access'); class JFormFieldCktestv9 extends JFormFieldRadio { protected $type = 'cktestv9'; protected function getInput() { // module already exists ? $exists = JFactory::getApplication()->input->get('id', 0, 'int'); // module saved with V9 $isV9 = $this->value == '1' ? '1' : ($exists ? '0' : '1'); $this->value = $isV9; return parent::getInput(); } protected function getLabel() { return parent::getLabel(); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings