File manager - Edit - /home/ferretapmx/public_html/libraries/src/Event/Mail/BeforeRenderingMailTemplateEvent.php
Back
<?php /** * Joomla! Content Management System * * @copyright (C) 2024 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\CMS\Event\Mail; /** * Class for MailTemplate events * Example: * new BeforeRenderingMailTemplateEvent('onEventName', ['templateId' => 'com_example.template', 'subject' => $mailTemplateInstance]); * * @since 5.2.0 */ class BeforeRenderingMailTemplateEvent extends MailTemplateEvent { /** * The argument names, in order expected by legacy plugins. * * @var array * * @since 5.2.0 * @deprecated 5.2.0 will be removed in 7.0 */ protected $legacyArgumentsOrder = ['templateId', 'subject']; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings