ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilCtrlSecurityInterface.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 2021 Thibeau Fuhrer <thf@studer-raimann.ch> Extended GPL, see docs/LICENSE */
4 
16 {
31  public function getUnsafeGetCommands(): array;
32 
41  public function getSafePostCommands(): array;
42 }
getSafePostCommands()
This method must return a list of safe POST commands.
getUnsafeGetCommands()
This method must return a list of unsafe GET commands.
Interface ilCtrlSecurityInterface provides ilCtrl security information.