芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/acancehyucatan.gob.mx/libraries/src/Menu/AdministratorMenuItem.php
* @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\CMS\Menu; \defined('JPATH_PLATFORM') or die; /** * Object representing an administrator menu item * * @since 4.0.0 */ class AdministratorMenuItem extends MenuItem { /** * The target attribute of the link * * @var string|null * @since 4.0.0 */ public $target; /** * The icon image of the menu item * * @var string|null * @since 4.0.0 */ public $icon; /** * The icon image of the link * * @var string|null * @since 4.0.0 */ public $iconImage; }