ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
writeValue (string $filter_id, string $input_id, $value) | |
Write session value for an input field. More... | |
getValue (string $filter_id, string $input_id) | |
writeRendered (string $filter_id, string $input_id, bool $value) | |
isRendered (string $filter_id, string $input_id, bool $default) | |
reset (string $filter_id) | |
Resets filter to its default state. More... | |
writeActivated (string $filter_id, bool $value) | |
writeExpanded (string $filter_id, bool $value) | |
isActivated (string $filter_id, bool $default) | |
isExpanded (string $filter_id, bool $default) | |
Data Fields | |
const | TYPE_VALUE = "value" |
const | TYPE_RENDERED = "rendered" |
const | TYPE_ACTIVATED = "activated" |
const | TYPE_EXPANDED = "expanded" |
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 Session data handling for filter ui service
Definition at line 26 of file class.ilUIFilterServiceSessionGateway.php.
ilUIFilterServiceSessionGateway::getValue | ( | string | $filter_id, |
string | $input_id | ||
) |
Definition at line 44 of file class.ilUIFilterServiceSessionGateway.php.
References $session, and ilSession\get().
Referenced by UIFilterServiceSessionGatewayTest\testClear(), and UIFilterServiceSessionGatewayTest\testFilterInputValue().
ilUIFilterServiceSessionGateway::isActivated | ( | string | $filter_id, |
bool | $default | ||
) |
Definition at line 95 of file class.ilUIFilterServiceSessionGateway.php.
References $session, and ilSession\get().
Referenced by UIFilterServiceSessionGatewayTest\testClear(), and UIFilterServiceSessionGatewayTest\testFilterActivated().
ilUIFilterServiceSessionGateway::isExpanded | ( | string | $filter_id, |
bool | $default | ||
) |
Definition at line 105 of file class.ilUIFilterServiceSessionGateway.php.
References $session, and ilSession\get().
Referenced by UIFilterServiceSessionGatewayTest\testClear(), and UIFilterServiceSessionGatewayTest\testFilterExpanded().
ilUIFilterServiceSessionGateway::isRendered | ( | string | $filter_id, |
string | $input_id, | ||
bool | $default | ||
) |
Definition at line 61 of file class.ilUIFilterServiceSessionGateway.php.
References $session, and ilSession\get().
Referenced by UIFilterServiceSessionGatewayTest\testClear(), and UIFilterServiceSessionGatewayTest\testFilterInputRendered().
ilUIFilterServiceSessionGateway::reset | ( | string | $filter_id | ) |
Resets filter to its default state.
Definition at line 74 of file class.ilUIFilterServiceSessionGateway.php.
References $session, ilSession\get(), and ilSession\set().
Referenced by UIFilterServiceSessionGatewayTest\testClear().
ilUIFilterServiceSessionGateway::writeActivated | ( | string | $filter_id, |
bool | $value | ||
) |
Definition at line 81 of file class.ilUIFilterServiceSessionGateway.php.
References $session, ilSession\get(), and ilSession\set().
Referenced by UIFilterServiceSessionGatewayTest\testClear(), and UIFilterServiceSessionGatewayTest\testFilterActivated().
ilUIFilterServiceSessionGateway::writeExpanded | ( | string | $filter_id, |
bool | $value | ||
) |
Definition at line 88 of file class.ilUIFilterServiceSessionGateway.php.
References $session, ilSession\get(), and ilSession\set().
Referenced by UIFilterServiceSessionGatewayTest\testClear(), and UIFilterServiceSessionGatewayTest\testFilterExpanded().
ilUIFilterServiceSessionGateway::writeRendered | ( | string | $filter_id, |
string | $input_id, | ||
bool | $value | ||
) |
Definition at line 54 of file class.ilUIFilterServiceSessionGateway.php.
References $session, ilSession\get(), and ilSession\set().
Referenced by UIFilterServiceSessionGatewayTest\testClear(), and UIFilterServiceSessionGatewayTest\testFilterInputRendered().
ilUIFilterServiceSessionGateway::writeValue | ( | string | $filter_id, |
string | $input_id, | ||
$value | |||
) |
Write session value for an input field.
Definition at line 36 of file class.ilUIFilterServiceSessionGateway.php.
References $session, ilSession\get(), and ilSession\set().
Referenced by UIFilterServiceSessionGatewayTest\testClear(), and UIFilterServiceSessionGatewayTest\testFilterInputValue().
const ilUIFilterServiceSessionGateway::TYPE_ACTIVATED = "activated" |
Definition at line 30 of file class.ilUIFilterServiceSessionGateway.php.
const ilUIFilterServiceSessionGateway::TYPE_EXPANDED = "expanded" |
Definition at line 31 of file class.ilUIFilterServiceSessionGateway.php.
const ilUIFilterServiceSessionGateway::TYPE_RENDERED = "rendered" |
Definition at line 29 of file class.ilUIFilterServiceSessionGateway.php.
const ilUIFilterServiceSessionGateway::TYPE_VALUE = "value" |
Definition at line 28 of file class.ilUIFilterServiceSessionGateway.php.