mirror of
https://github.com/friendica/friendica
synced 2025-04-29 10:24:23 +02:00
Replace Module::init() with Constructors
This commit is contained in:
parent
de6bb280b1
commit
ce578a7745
33 changed files with 882 additions and 600 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue