]> git.mxchange.org Git - friendica.git/commitdiff
add PHP doc
authorPhilipp Holzer <admin@philipp.info>
Sat, 4 May 2019 08:18:41 +0000 (10:18 +0200)
committerPhilipp Holzer <admin@philipp.info>
Sat, 4 May 2019 08:18:41 +0000 (10:18 +0200)
src/Module/Friendica.php

index 067a986a2729c48f3d71c93bc3fe7055c44a184d..3901a0bc77d4f587b42afcfbe040d86a873d69b1 100644 (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()