ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilDummyAccessHandler Class Reference

Dummy access handler. More...

+ Collaboration diagram for ilDummyAccessHandler:

Public Member Functions

 checkAccess ($a_permission, $a_cmd, $a_node_id, $a_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
Version
Id
class.ilPersonalDesktopGUI.php 26976 2010-12-16 13:24:38Z akill

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

Member Function Documentation

◆ checkAccess()

ilDummyAccessHandler::checkAccess (   $a_permission,
  $a_cmd,
  $a_node_id,
  $a_type = "" 
)

check access for an object

Parameters
string$a_permission
string$a_cmd
int$a_node_id
string$a_type(optional)
Returns
bool

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

25  {
26  return true;
27  }

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