ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
isAsync () | |
Returns whether this context is asynchronous or not. More... | |
getRedirectSource () | |
Returns where the request of this context was redirected from. More... | |
getPath () | |
Returns the path of this context. More... | |
setCmdMode (string $mode) | |
Sets the command mode of the current context. More... | |
getCmdMode () | |
Returns the command mode of the current context. More... | |
setBaseClass (string $base_class) | |
Sets the baseclass of the current context. More... | |
getBaseClass () | |
Returns the baseclass the current context. More... | |
setTargetScript (string $target_script) | |
Sets the target script of this context (usually ilias.php). More... | |
getTargetScript () | |
Returns the target script of this context. More... | |
setCmdClass (?string $cmd_class) | |
Sets the current contexts command class. More... | |
getCmdClass () | |
Returns the command class of this context. More... | |
setCmd (?string $cmd) | |
Sets the command which the current command- or baseclass should perform. More... | |
getCmd () | |
Returns the command which the current command- or baseclass should perform. More... | |
setObjType (string $obj_type) | |
Sets the object type of the current context. More... | |
getObjType () | |
Returns the object type of the current context. More... | |
setObjId (int $obj_id) | |
Sets the object id of the current context. More... | |
getObjId () | |
Returns the object id of the current context. 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.
Definition at line 26 of file interface.ilCtrlContextInterface.php.
ilCtrlContextInterface::getBaseClass | ( | ) |
ilCtrlContextInterface::getCmd | ( | ) |
Returns the command which the current command- or baseclass should perform.
Implemented in ilCtrlContext.
ilCtrlContextInterface::getCmdClass | ( | ) |
ilCtrlContextInterface::getCmdMode | ( | ) |
ilCtrlContextInterface::getObjId | ( | ) |
ilCtrlContextInterface::getObjType | ( | ) |
ilCtrlContextInterface::getPath | ( | ) |
Returns the path of this context.
Implemented in ilCtrlContext.
Referenced by ilCtrlAbstractPath\getPathToRelatedClassInContext().
ilCtrlContextInterface::getRedirectSource | ( | ) |
Returns where the request of this context was redirected from.
Implemented in ilCtrlContext.
ilCtrlContextInterface::getTargetScript | ( | ) |
ilCtrlContextInterface::isAsync | ( | ) |
ilCtrlContextInterface::setBaseClass | ( | string | $base_class | ) |
Sets the baseclass of the current context.
string | $base_class |
Implemented in ilCtrlContext.
ilCtrlContextInterface::setCmd | ( | ?string | $cmd | ) |
Sets the command which the current command- or baseclass should perform.
string | null | $cmd |
Implemented in ilCtrlContext.
ilCtrlContextInterface::setCmdClass | ( | ?string | $cmd_class | ) |
Sets the current contexts command class.
string | null | $cmd_class |
Implemented in ilCtrlContext.
ilCtrlContextInterface::setCmdMode | ( | string | $mode | ) |
Sets the command mode of the current context.
string | $mode |
Implemented in ilCtrlContext.
ilCtrlContextInterface::setObjId | ( | int | $obj_id | ) |
Sets the object id of the current context.
int | $obj_id |
Implemented in ilCtrlContext.
ilCtrlContextInterface::setObjType | ( | string | $obj_type | ) |
Sets the object type of the current context.
string | $obj_type |
Implemented in ilCtrlContext.
ilCtrlContextInterface::setTargetScript | ( | string | $target_script | ) |
Sets the target script of this context (usually ilias.php).
string | $target_script |
Implemented in ilCtrlContext.