add PHP doc

This commit is contained in:
Philipp Holzer 2019-05-04 10:18:41 +02:00
parent 3fca00d1d5
commit 28d6441d69
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ use Friendica\Core\L10n;
use Friendica\Core\Renderer;
use Friendica\Model\User;
/**
* Prints information about the current node
* Either in human readable form or in JSON
*/
class Friendica extends BaseModule
{
public static function content()