1
0
Fork 0

Replace Module::init() with Constructors

This commit is contained in:
Philipp Holzer 2021-11-17 21:32:57 +01:00
commit ce578a7745
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
33 changed files with 882 additions and 600 deletions

View file

@ -7,14 +7,6 @@ namespace Friendica\Capabilities;
*/
interface ICanHandleRequests
{
/**
* Initialization method common to both content() and post()
*
* Extend this method if you need to do any shared processing before either
* content() or post()
*/
public function init();
/**
* Module GET method to display raw content from technical endpoints
*