File manager - Edit - /var/www/payraty/helpdesk/vendor/rector/rector/vendor/rector/rector-nette/src/Kdyby/ValueObject/NetteEventToContributeEventClass.php
Back
<?php declare (strict_types=1); namespace Rector\Nette\Kdyby\ValueObject; final class NetteEventToContributeEventClass { /** * @var array<string, string> * @see https://github.com/contributte/event-dispatcher-extra/tree/master/src/Event */ public const PROPERTY_TO_EVENT_CLASS = [ // application 'Nette\\Application\\Application::onShutdown' => 'Contributte\\Events\\Extra\\Event\\Application\\ShutdownEvent', 'Nette\\Application\\Application::onStartup' => 'Contributte\\Events\\Extra\\Event\\Application\\StartupEvent', 'Nette\\Application\\Application::onError' => 'Contributte\\Events\\Extra\\Event\\Application\\ErrorEvent', 'Nette\\Application\\Application::onPresenter' => 'Contributte\\Events\\Extra\\Event\\Application\\PresenterEvent', 'Nette\\Application\\Application::onRequest' => 'Contributte\\Events\\Extra\\Event\\Application\\RequestEvent', 'Nette\\Application\\Application::onResponse' => 'Contributte\\Events\\Extra\\Event\\Application\\ResponseEvent', // presenter 'Nette\\Application\\UI\\Presenter::onStartup' => 'Contributte\\Events\\Extra\\Event\\Application\\PresenterShutdownEvent', 'Nette\\Application\\UI\\Presenter::onShutdown' => 'Contributte\\Events\\Extra\\Event\\Application\\PresenterStartupEvent', // nette/security 'Nette\\Security\\User::onLoggedIn' => 'Contributte\\Events\\Extra\\Event\\Security\\LoggedInEvent', 'Nette\\Security\\User::onLoggedOut' => 'Contributte\\Events\\Extra\\Event\\Security\\LoggedOutEvent', // latte 'Latte\\Engine::onCompile' => 'Contributte\\Events\\Extra\\Event\\Latte\\LatteCompileEvent', 'Nette\\Bridges\\ApplicationLatte\\TemplateFactory::onCreate' => 'Contributte\\Events\\Extra\\Event\\Latte\\TemplateCreateEvent', ]; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings