* @copyright 2025 Tommaso Cippitelli * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Pcrt\Component\Circolari\Administrator\Field; defined('JPATH_BASE') or die; use \Joomla\CMS\Form\FormField; use \Joomla\CMS\Factory; /** * Supports an HTML select list of categories * * @since 1.0.0 */ class ModifiedbyField extends \Joomla\CMS\Form\FormField { /** * The form field type. * * @var string * @since 1.0.0 */ protected $type = 'modifiedby'; /** * Method to get the field input markup. * * @return string The field input markup. * * @since 1.0.0 */ protected function getInput() { // Initialize variables. $html = array(); $user = Factory::getApplication()->getIdentity(); $html[] = ''; if (!$this->hidden) { $html[] = "