Line: 26 to 26 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < | ObjectMethod *checkAccessPermission ($action,$user,$text,$topic,$web) -> $boolean | |||||||
> > | ObjectMethod *checkAccessPermission ($action,$user,$text,$meta,$topic,$web) -> $boolean | |||||||
Check if user is allowed to access topic
| ||||||||
Added: | ||||||||
> > |
| |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > | Package =TWiki::AccessA singleton object of this class manages the access control database.
On this page:
ClassMethod new ()Construct a new singleton object to manage the permissions database.
ObjectMethod permissionsSet ($web) -> $booleanAre there any security restrictions for this Web (ignoring settings on individual pages).
ObjectMethod getReason () -> $stringReturn a string describing the reason why the last access control failure occurred.
ObjectMethod *checkAccessPermission ($action,$user,$text,$topic,$web) -> $booleanCheck if user is allowed to access topic
|