ILIAS  release_8 Revision v8.24
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}
Interface ilCtrlSecurityInterface provides ilCtrl security information.
getUnsafeGetCommands()
This method must return a list of unsafe GET commands.
getSafePostCommands()
This method must return a list of safe POST commands.