Add classes description on docblock

This commit is contained in:
Diogo Cordeiro 2018-07-13 12:32:27 +01:00
parent d7627fb061
commit 6a9b649cd7
13 changed files with 31 additions and 0 deletions

View File

@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
} }
/** /**
* Actor's Followers Collection
*
* @category Plugin * @category Plugin
* @package GNUsocial * @package GNUsocial
* @author Diogo Cordeiro <diogo@fc.up.pt> * @author Diogo Cordeiro <diogo@fc.up.pt>

View File

@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
} }
/** /**
* Actor's Following Collection
*
* @category Plugin * @category Plugin
* @package GNUsocial * @package GNUsocial
* @author Diogo Cordeiro <diogo@fc.up.pt> * @author Diogo Cordeiro <diogo@fc.up.pt>

View File

@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
} }
/** /**
* Actor's Inbox
*
* @category Plugin * @category Plugin
* @package GNUsocial * @package GNUsocial
* @author Diogo Cordeiro <diogo@fc.up.pt> * @author Diogo Cordeiro <diogo@fc.up.pt>

View File

@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
} }
/** /**
* Actor's Liked Collection
*
* @category Plugin * @category Plugin
* @package GNUsocial * @package GNUsocial
* @author Diogo Cordeiro <diogo@fc.up.pt> * @author Diogo Cordeiro <diogo@fc.up.pt>

View File

@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
} }
/** /**
* Actor's profile (Local users only)
*
* @category Plugin * @category Plugin
* @package GNUsocial * @package GNUsocial
* @author Daniel Supernault <danielsupernault@gmail.com> * @author Daniel Supernault <danielsupernault@gmail.com>

View File

@ -31,6 +31,8 @@ if (!defined ('GNUSOCIAL')) {
} }
/** /**
* Shared Inbox Handler
*
* @category Plugin * @category Plugin
* @package GNUsocial * @package GNUsocial
* @author Diogo Cordeiro <diogo@fc.up.pt> * @author Diogo Cordeiro <diogo@fc.up.pt>

View File

@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
} }
/** /**
* ActivityPub Attachment representation
*
* @category Plugin * @category Plugin
* @package GNUsocial * @package GNUsocial
* @author Diogo Cordeiro <diogo@fc.up.pt> * @author Diogo Cordeiro <diogo@fc.up.pt>

View File

@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
} }
/** /**
* ActivityPub error representation
*
* @category Plugin * @category Plugin
* @package GNUsocial * @package GNUsocial
* @author Diogo Cordeiro <diogo@fc.up.pt> * @author Diogo Cordeiro <diogo@fc.up.pt>

View File

@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
} }
/** /**
* ActivityPub notice representation
*
* @category Plugin * @category Plugin
* @package GNUsocial * @package GNUsocial
* @author Daniel Supernault <danielsupernault@gmail.com> * @author Daniel Supernault <danielsupernault@gmail.com>

View File

@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
} }
/** /**
* ActivityPub Profile
*
* @category Plugin * @category Plugin
* @package GNUsocial * @package GNUsocial
* @author Diogo Cordeiro <diogo@fc.up.pt> * @author Diogo Cordeiro <diogo@fc.up.pt>

View File

@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
} }
/** /**
* ActivityPub representation of a Tag
*
* @category Plugin * @category Plugin
* @package GNUsocial * @package GNUsocial
* @author Diogo Cordeiro <diogo@fc.up.pt> * @author Diogo Cordeiro <diogo@fc.up.pt>

View File

@ -30,6 +30,10 @@ if (!defined ('GNUSOCIAL')) {
} }
/** /**
* ActivityPub's own Explorer
*
* Allows to discovery new (or the same) ActivityPub profiles
*
* @category Plugin * @category Plugin
* @package GNUsocial * @package GNUsocial
* @author Diogo Cordeiro <diogo@fc.up.pt> * @author Diogo Cordeiro <diogo@fc.up.pt>

View File

@ -30,6 +30,11 @@ if (!defined ('GNUSOCIAL')) {
} }
/** /**
* ActivityPub's own Postman
*
* Standard workflow expects that we send an Explorer to find out destinataries'
* inbox address. Then we send our postman to deliver whatever we want to send them.
*
* @category Plugin * @category Plugin
* @package GNUsocial * @package GNUsocial
* @author Diogo Cordeiro <diogo@fc.up.pt> * @author Diogo Cordeiro <diogo@fc.up.pt>