File manager - Edit - /home/autoph/public_html/projects/api/vendor/pecee/simple-router/src/Pecee/SimpleRouter/Event/IEventArgument.php
Back
<?php namespace Pecee\SimpleRouter\Event; use Pecee\Http\Request; use Pecee\SimpleRouter\Router; interface IEventArgument { /** * Get event name * * @return string */ public function getEventName(): string; /** * Set event name * * @param string $name */ public function setEventName(string $name): void; /** * Get router instance * * @return Router */ public function getRouter(): Router; /** * Get request instance * * @return Request */ public function getRequest(): Request; /** * Get all event arguments * * @return array */ public function getArguments(): array; }
| ver. 1.4 |
.
| PHP 8.0.30 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings