ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
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
15
interface
ilCtrlSecurityInterface
16
{
31
public
function
getUnsafeGetCommands
(): array;
32
41
public
function
getSafePostCommands
(): array;
42
}
ilCtrlSecurityInterface
Interface ilCtrlSecurityInterface provides ilCtrl security information.
Definition:
interface.ilCtrlSecurityInterface.php:16
ilCtrlSecurityInterface\getUnsafeGetCommands
getUnsafeGetCommands()
This method must return a list of unsafe GET commands.
ilCtrlSecurityInterface\getSafePostCommands
getSafePostCommands()
This method must return a list of safe POST commands.
Services
UICore
interfaces
interface.ilCtrlSecurityInterface.php
Generated on Sun Nov 2 2025 22:01:53 for ILIAS by
1.9.4 (using
Doxyfile
)