]> git.mxchange.org Git - friendica.git/commit
Create interface for static Module calls
authorPhilipp <admin@philipp.info>
Sun, 14 Nov 2021 19:28:36 +0000 (20:28 +0100)
committerPhilipp <admin@philipp.info>
Sun, 14 Nov 2021 22:30:04 +0000 (23:30 +0100)
commit018275919ce1862e08c9aaf7f8098c610fe71916
tree5cd4af536030f1e30b92a46b69f7140a003df998
parent96996790f1553871bd4489966259251cac6852e9
Create interface for static Module calls
index.php
src/App.php
src/App/Module.php
src/App/Page.php
src/BaseModule.php
src/Capabilities/ICanHandleRequests.php [new file with mode: 0644]
tests/src/App/ModeTest.php
tests/src/App/ModuleTest.php