| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/amisdesseniors-fr/lorient/plugins/system/jcepro/ |
Upload File : |
<?php
/**
* @copyright Copyright (C) 2015 - 2024 Ryan Demmer. All rights reserved
* @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved
* @license GNU General Public License version 2 or later
*/
defined('JPATH_BASE') or die;
require_once __DIR__ . '/editor/includes/constants.php';
JLoader::registerNamespace('Joomla\\Plugin\\System\\JcePro', JPATH_PLUGINS . '/system/jcepro/src', false, false, 'psr4');
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\Plugin\System\JcePro\PluginTraits\CustomQueryTrait;
use Joomla\Plugin\System\JcePro\PluginTraits\DispatchTrait;
use Joomla\Plugin\System\JcePro\PluginTraits\EditorTrait;
use Joomla\Plugin\System\JcePro\PluginTraits\FormTrait;
use Joomla\Plugin\System\JcePro\PluginTraits\MediaFieldTrait;
/**
* JCE Pro
*
* @since 2.9.70
*/
class PlgSystemJcePro extends CMSPlugin
{
use FormTrait;
use MediaFieldTrait;
use CustomQueryTrait;
use EditorTrait;
use DispatchTrait;
/**
* Affects constructor behavior. If true, language files will be loaded automatically.
*
* @var boolean
*/
protected $autoloadLanguage = true;
}