ILIAS
release_8 Revision v8.23
◀ 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\getSafePostCommands
getSafePostCommands()
This method must return a list of safe POST commands.
ilCtrlSecurityInterface\getUnsafeGetCommands
getUnsafeGetCommands()
This method must return a list of unsafe GET commands.
ilCtrlSecurityInterface
Interface ilCtrlSecurityInterface provides ilCtrl security information.
Definition:
interface.ilCtrlSecurityInterface.php:15
Services
UICore
interfaces
interface.ilCtrlSecurityInterface.php
Generated on Sun Aug 31 2025 22:02:38 for ILIAS by
1.8.13 (using
Doxyfile
)