mirror of
https://github.com/friendica/friendica
synced 2025-04-19 13:50:15 +00:00
Changes:
- added type-hints - added documentation
This commit is contained in:
parent
84bfc37bf1
commit
dfa95ea58d
2 changed files with 21 additions and 10 deletions
|
@ -43,7 +43,10 @@ require_once 'boot.php';
|
|||
abstract class BaseAdmin extends BaseModule
|
||||
{
|
||||
/**
|
||||
* Checks admin access and throws exceptions if not logged-in administrator
|
||||
*
|
||||
* @param bool $interactive
|
||||
* @return void
|
||||
* @throws HTTPException\ForbiddenException
|
||||
* @throws HTTPException\InternalServerErrorException
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue