Add classes description on docblock
This commit is contained in:
parent
d7627fb061
commit
6a9b649cd7
@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Actor's Followers Collection
|
||||
*
|
||||
* @category Plugin
|
||||
* @package GNUsocial
|
||||
* @author Diogo Cordeiro <diogo@fc.up.pt>
|
||||
|
@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Actor's Following Collection
|
||||
*
|
||||
* @category Plugin
|
||||
* @package GNUsocial
|
||||
* @author Diogo Cordeiro <diogo@fc.up.pt>
|
||||
|
@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Actor's Inbox
|
||||
*
|
||||
* @category Plugin
|
||||
* @package GNUsocial
|
||||
* @author Diogo Cordeiro <diogo@fc.up.pt>
|
||||
|
@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Actor's Liked Collection
|
||||
*
|
||||
* @category Plugin
|
||||
* @package GNUsocial
|
||||
* @author Diogo Cordeiro <diogo@fc.up.pt>
|
||||
|
@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Actor's profile (Local users only)
|
||||
*
|
||||
* @category Plugin
|
||||
* @package GNUsocial
|
||||
* @author Daniel Supernault <danielsupernault@gmail.com>
|
||||
|
@ -31,6 +31,8 @@ if (!defined ('GNUSOCIAL')) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Shared Inbox Handler
|
||||
*
|
||||
* @category Plugin
|
||||
* @package GNUsocial
|
||||
* @author Diogo Cordeiro <diogo@fc.up.pt>
|
||||
|
@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
|
||||
}
|
||||
|
||||
/**
|
||||
* ActivityPub Attachment representation
|
||||
*
|
||||
* @category Plugin
|
||||
* @package GNUsocial
|
||||
* @author Diogo Cordeiro <diogo@fc.up.pt>
|
||||
|
@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
|
||||
}
|
||||
|
||||
/**
|
||||
* ActivityPub error representation
|
||||
*
|
||||
* @category Plugin
|
||||
* @package GNUsocial
|
||||
* @author Diogo Cordeiro <diogo@fc.up.pt>
|
||||
|
@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
|
||||
}
|
||||
|
||||
/**
|
||||
* ActivityPub notice representation
|
||||
*
|
||||
* @category Plugin
|
||||
* @package GNUsocial
|
||||
* @author Daniel Supernault <danielsupernault@gmail.com>
|
||||
|
@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
|
||||
}
|
||||
|
||||
/**
|
||||
* ActivityPub Profile
|
||||
*
|
||||
* @category Plugin
|
||||
* @package GNUsocial
|
||||
* @author Diogo Cordeiro <diogo@fc.up.pt>
|
||||
|
@ -30,6 +30,8 @@ if (!defined ('GNUSOCIAL')) {
|
||||
}
|
||||
|
||||
/**
|
||||
* ActivityPub representation of a Tag
|
||||
*
|
||||
* @category Plugin
|
||||
* @package GNUsocial
|
||||
* @author Diogo Cordeiro <diogo@fc.up.pt>
|
||||
|
@ -30,6 +30,10 @@ if (!defined ('GNUSOCIAL')) {
|
||||
}
|
||||
|
||||
/**
|
||||
* ActivityPub's own Explorer
|
||||
*
|
||||
* Allows to discovery new (or the same) ActivityPub profiles
|
||||
*
|
||||
* @category Plugin
|
||||
* @package GNUsocial
|
||||
* @author Diogo Cordeiro <diogo@fc.up.pt>
|
||||
|
@ -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
|
||||
* @package GNUsocial
|
||||
* @author Diogo Cordeiro <diogo@fc.up.pt>
|
||||
|
Reference in New Issue
Block a user