ILIAS  release_8 Revision v8.23
ilDummyAccessHandler Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning 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: