]> git.mxchange.org Git - friendica.git/commit
EventDispatcher proof of concept
authorArt4 <art4@wlabs.de>
Fri, 24 Jan 2025 14:36:05 +0000 (14:36 +0000)
committerHypolite Petovan <hypolite@mrpetovan.com>
Tue, 4 Feb 2025 18:22:52 +0000 (13:22 -0500)
commit9e6f77c4b1289e2b713044fa693aa16339d403a1
treece8b42cd962a92ab8ee5354700fb3015160fcf04
parent827541ed867002e3addba3393a6bfe3e6c50532a
EventDispatcher proof of concept
17 files changed:
composer.json
composer.lock
src/App.php
src/App/Page.php
src/Event/Event.php [new file with mode: 0644]
src/Event/EventDispatcher.php [new file with mode: 0644]
src/Event/HtmlFilterEvent.php [new file with mode: 0644]
src/Event/NamedEvent.php [new file with mode: 0644]
src/EventSubscriber/HookEventBridge.php [new file with mode: 0644]
src/EventSubscriber/StaticEventSubscriber.php [new file with mode: 0644]
static/dependencies.config.php
tests/Unit/Event/EventDispatcherTest.php [new file with mode: 0644]
tests/Unit/Event/EventTest.php [new file with mode: 0644]
tests/Unit/Event/HtmlFilterEventTest.php [new file with mode: 0644]
tests/Unit/EventSubscriber/HookEventBridgeTest.php [new file with mode: 0644]
tests/Unit/Util/BasePathTest.php
tests/Unit/Util/CryptoTest.php