mirror of
https://github.com/friendica/friendica
synced 2025-04-25 20:30:11 +00:00
@brief is removed completely
This commit is contained in:
parent
fd1f1999f0
commit
0a4119adaf
170 changed files with 901 additions and 962 deletions
|
@ -7,7 +7,7 @@ namespace Friendica\Model;
|
|||
use Friendica\Database\DBA;
|
||||
|
||||
/**
|
||||
* @brief functions for interacting with the permission set of an object (item, photo, event, ...)
|
||||
* functions for interacting with the permission set of an object (item, photo, event, ...)
|
||||
*/
|
||||
class PermissionSet
|
||||
{
|
||||
|
@ -62,7 +62,7 @@ class PermissionSet
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Returns a permission set for a given contact
|
||||
* Returns a permission set for a given contact
|
||||
*
|
||||
* @param integer $uid User id whom the items belong
|
||||
* @param integer $contact_id Contact id of the visitor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue