X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FBaseModule.php;h=1da9397a7833da42e8ab778f8268544c02344f17;hb=78a7e130ae7f5e5bca1fa51a49000ae3ef7a16f5;hp=3ad4a4f055a7be33ebba9b3a1dfe42556ca7f11c;hpb=bd0515714cf11eea2288c60bb3e4600a93a751d9;p=friendica.git diff --git a/src/BaseModule.php b/src/BaseModule.php index 3ad4a4f055..1da9397a78 100644 --- a/src/BaseModule.php +++ b/src/BaseModule.php @@ -21,7 +21,16 @@ abstract class BaseModule extends BaseObject */ public static function init() { + } + /** + * @brief Module GET method to display raw content from technical endpoints + * + * Extend this method if the module is supposed to return communication data, + * e.g. from protocol implementations. + */ + public static function rawContent() + { } /**