Файловый менеджер - Редактировать - /home/easybachat/hisabat365.com/4a7891/event-dispatcher.zip
Ðазад
PK �M*[��/ .gitignorenu �[��� /vendor/ composer.lock PK �M*[�XD�. . .editorconfignu �[��� ; This file is for unifying the coding style for different editors and IDEs. ; More information at http://editorconfig.org root = true [*] charset = utf-8 indent_size = 4 indent_style = space end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true [Makefile] indent_style = tab PK �M*[�'�a� � src/EventDispatcherInterface.phpnu �[��� <?php declare(strict_types=1); namespace Psr\EventDispatcher; /** * Defines a dispatcher for events. */ interface EventDispatcherInterface { /** * Provide all relevant listeners with an event to process. * * @param object $event * The object to process. * * @return object * The Event that was passed, now modified by listeners. */ public function dispatch(object $event); } PK �M*[��� src/StoppableEventInterface.phpnu �[��� <?php declare(strict_types=1); namespace Psr\EventDispatcher; /** * An Event whose processing may be interrupted when the event has been handled. * * A Dispatcher implementation MUST check to determine if an Event * is marked as stopped after each listener is called. If it is then it should * return immediately without calling any further Listeners. */ interface StoppableEventInterface { /** * Is propagation stopped? * * This will typically only be used by the Dispatcher to determine if the * previous listener halted propagation. * * @return bool * True if the Event is complete and no further listeners should be called. * False to continue calling listeners. */ public function isPropagationStopped() : bool; } PK �M*[�e� ! src/ListenerProviderInterface.phpnu �[��� <?php declare(strict_types=1); namespace Psr\EventDispatcher; /** * Mapper from an event to the listeners that are applicable to that event. */ interface ListenerProviderInterface { /** * @param object $event * An event for which to return the relevant listeners. * @return iterable[callable] * An iterable (array, iterator, or generator) of callables. Each * callable MUST be type-compatible with $event. */ public function getListenersForEvent(object $event) : iterable; } PK �M*[�h�]0 0 composer.jsonnu �[��� { "name": "psr/event-dispatcher", "description": "Standard interfaces for event handling.", "type": "library", "keywords": ["psr", "psr-14", "events"], "license": "MIT", "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "require": { "php": ">=7.2.0" }, "autoload": { "psr-4": { "Psr\\EventDispatcher\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } } PK �M*[�}]�( ( LICENSEnu �[��� MIT License Copyright (c) 2018 PHP-FIG Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. PK �M*[�S�E E README.mdnu �[��� PSR Event Dispatcher ==================== This repository holds the interfaces related to [PSR-14](http://www.php-fig.org/psr/psr-14/). Note that this is not an Event Dispatcher implementation of its own. It is merely interfaces that describe the components of an Event Dispatcher. See the specification for more details. PK �M*[��/ .gitignorenu �[��� PK �M*[�XD�. . Q .editorconfignu �[��� PK �M*[�'�a� � � src/EventDispatcherInterface.phpnu �[��� PK �M*[��� � src/StoppableEventInterface.phpnu �[��� PK �M*[�e� ! src/ListenerProviderInterface.phpnu �[��� PK �M*[�h�]0 0 x composer.jsonnu �[��� PK �M*[�}]�( ( � LICENSEnu �[��� PK �M*[�S�E E D README.mdnu �[��� PK � �
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0.59 |
proxy
|
phpinfo
|
ÐаÑтройка