ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilDummyAccessHandler Class Reference

Dummy access handler. More...

+ Collaboration diagram for ilDummyAccessHandler:

Public Member Functions

 checkAccess (string $permission, string $cmd, int $node_id, string $type="")
 check access for an object More...
 

Detailed Description

Dummy access handler.

This can be used in contexts where no (proper) access handling is possible

Author
Jörg Lützenkirchen luetz.nosp@m.enki.nosp@m.rchen.nosp@m.@lei.nosp@m.fos.c.nosp@m.om

Definition at line 28 of file class.ilDummyAccessHandler.php.

Member Function Documentation

◆ checkAccess()

ilDummyAccessHandler::checkAccess ( string  $permission,
string  $cmd,
int  $node_id,
string  $type = "" 
)

check access for an object

Definition at line 33 of file class.ilDummyAccessHandler.php.

33  : bool
34  {
35  return true;
36  }

The documentation for this class was generated from the following file: