|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilCtrlContextInterface:
Collaboration diagram for ilCtrlContextInterface: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 25 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().
Here is the caller graph for this function:| 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.