|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\Blog\Access\BlogAccess:Public Member Functions | |
| __construct ( $access_handler, ?int $node_id, int $id_type, int $user_id, int $owner) | |
| canWrite () | |
| mayContribute () | |
| mayEditPosting (int $a_posting_id, int $a_author_id=null) | |
Protected Member Functions | |
| checkPermissionBool (string $perm) | |
Protected Attributes | |
| int | $owner |
| int | $id_type |
| $access | |
| int | $node_id |
| int | $user_id |
Definition at line 23 of file BlogAccess.php.
| ILIAS\Blog\Access\BlogAccess::__construct | ( | $access_handler, | |
| ?int | $node_id, | ||
| int | $id_type, | ||
| int | $user_id, | ||
| int | $owner | ||
| ) |
Definition at line 31 of file BlogAccess.php.
References ILIAS\Blog\Access\BlogAccess\$id_type, ILIAS\Blog\Access\BlogAccess\$node_id, ILIAS\Blog\Access\BlogAccess\$owner, ILIAS\Blog\Access\BlogAccess\$user_id, and ILIAS\Repository\access().
Here is the call graph for this function:| ILIAS\Blog\Access\BlogAccess::canWrite | ( | ) |
Definition at line 45 of file BlogAccess.php.
References ILIAS\Repository\access().
Here is the call graph for this function:
|
protected |
Definition at line 88 of file BlogAccess.php.
References ILIAS\Repository\access().
Referenced by ILIAS\Blog\Access\BlogAccess\mayContribute(), and ILIAS\Blog\Access\BlogAccess\mayEditPosting().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Blog\Access\BlogAccess::mayContribute | ( | ) |
Definition at line 50 of file BlogAccess.php.
References ILIAS\Blog\Access\BlogAccess\checkPermissionBool(), and ilObject2GUI\WORKSPACE_NODE_ID.
Here is the call graph for this function:| ILIAS\Blog\Access\BlogAccess::mayEditPosting | ( | int | $a_posting_id, |
| int | $a_author_id = null |
||
| ) |
Definition at line 60 of file BlogAccess.php.
References $post, ILIAS\Blog\Access\BlogAccess\checkPermissionBool(), and ilObject2GUI\WORKSPACE_NODE_ID.
Here is the call graph for this function:
|
protected |
Definition at line 27 of file BlogAccess.php.
|
protected |
Definition at line 26 of file BlogAccess.php.
Referenced by ILIAS\Blog\Access\BlogAccess\__construct().
|
protected |
Definition at line 28 of file BlogAccess.php.
Referenced by ILIAS\Blog\Access\BlogAccess\__construct().
|
protected |
Definition at line 25 of file BlogAccess.php.
Referenced by ILIAS\Blog\Access\BlogAccess\__construct().
|
protected |
Definition at line 29 of file BlogAccess.php.
Referenced by ILIAS\Blog\Access\BlogAccess\__construct().