Revert "Replace Module::init() with Constructors"
This commit is contained in:
parent
0b6e0566d7
commit
89d6c89b67
43 changed files with 921 additions and 1225 deletions
|
@ -7,6 +7,14 @@ 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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue