This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
More...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Interface ilCtrlContextInterface holds the current ilCtrl context information.
- Author
- Thibeau Fuhrer thf@s.nosp@m.tude.nosp@m.r-rai.nosp@m.mann.nosp@m..ch @noinspection AutoloadingIssuesInspection
Definition at line 26 of file interface.ilCtrlContextInterface.php.
◆ getBaseClass()
ilCtrlContextInterface::getBaseClass |
( |
| ) |
|
Returns the baseclass the current context.
- Returns
- string|null
Implemented in ilCtrlContext.
◆ getCmd()
ilCtrlContextInterface::getCmd |
( |
| ) |
|
Returns the command which the current command- or baseclass should perform.
- Returns
- string|null
Implemented in ilCtrlContext.
◆ getCmdClass()
ilCtrlContextInterface::getCmdClass |
( |
| ) |
|
Returns the command class of this context.
- Returns
- string|null
Implemented in ilCtrlContext.
◆ getCmdMode()
ilCtrlContextInterface::getCmdMode |
( |
| ) |
|
Returns the command mode of the current context.
- Returns
- string|null
Implemented in ilCtrlContext.
◆ getObjId()
ilCtrlContextInterface::getObjId |
( |
| ) |
|
Returns the object id of the current context.
- Returns
- int|null
Implemented in ilCtrlContext.
◆ getObjType()
ilCtrlContextInterface::getObjType |
( |
| ) |
|
Returns the object type of the current context.
- Returns
- string|null
Implemented in ilCtrlContext.
◆ getPath()
ilCtrlContextInterface::getPath |
( |
| ) |
|
◆ getRedirectSource()
ilCtrlContextInterface::getRedirectSource |
( |
| ) |
|
Returns where the request of this context was redirected from.
- Returns
- string|null
Implemented in ilCtrlContext.
◆ getTargetScript()
ilCtrlContextInterface::getTargetScript |
( |
| ) |
|
Returns the target script of this context.
- Returns
- string
Implemented in ilCtrlContext.
◆ isAsync()
ilCtrlContextInterface::isAsync |
( |
| ) |
|
Returns whether this context is asynchronous or not.
- Returns
- bool
Implemented in ilCtrlContext.
◆ setBaseClass()
ilCtrlContextInterface::setBaseClass |
( |
string |
$base_class | ) |
|
◆ setCmd()
ilCtrlContextInterface::setCmd |
( |
?string |
$cmd | ) |
|
Sets the command which the current command- or baseclass should perform.
- Parameters
-
- Returns
- self
Implemented in ilCtrlContext.
◆ setCmdClass()
ilCtrlContextInterface::setCmdClass |
( |
?string |
$cmd_class | ) |
|
◆ setCmdMode()
ilCtrlContextInterface::setCmdMode |
( |
string |
$mode | ) |
|
◆ setObjId()
ilCtrlContextInterface::setObjId |
( |
int |
$obj_id | ) |
|
◆ setObjType()
ilCtrlContextInterface::setObjType |
( |
string |
$obj_type | ) |
|
◆ setTargetScript()
ilCtrlContextInterface::setTargetScript |
( |
string |
$target_script | ) |
|
The documentation for this interface was generated from the following file: