/var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/src/Event
NameSizeModeActions
Decorator/-0755rm
composer.json9060644editdlrm
Event.php47870644editdlrm
EventDispatcherInterface.php21290644editdlrm
EventDispatcherTrait.php29490644editdlrm
EventInterface.php25370644editdlrm
EventList.php33240644editdlrm
EventListenerInterface.php16570644editdlrm
EventManager.php145130644editdlrm
EventManagerInterface.php37080644editdlrm
LICENSE.txt12040644editdlrm
README.md17450644editdlrm
Edit: /var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/src/Event/composer.json (906B)
{ "name": "cakephp/event", "description": "CakePHP event dispatcher library that helps implementing the observer pattern", "type": "library", "keywords": [ "cakephp", "event", "dispatcher", "observer pattern" ], "homepage": "https://cakephp.org", "license": "MIT", "authors": [ { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/event/graphs/contributors" } ], "support": { "issues": "https://github.com/cakephp/cakephp/issues", "forum": "https://stackoverflow.com/tags/cakephp", "irc": "irc://irc.freenode.org/cakephp", "source": "https://github.com/cakephp/event" }, "require": { "php": ">=7.2.0", "cakephp/core": "^4.0" }, "autoload": { "psr-4": { "Cake\\Event\\": "." } } }