|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Session data handling for filter ui service. More...
Collaboration diagram for ilUIFilterServiceSessionGateway:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| writeValue (string $filter_id, string $input_id, $value) | |
| Write session value for an input field. More... | |
| getValue (string $filter_id, string $input_id) | |
| Get value. More... | |
| writeRendered (string $filter_id, string $input_id, bool $value) | |
| Write rendered information. More... | |
| isRendered (string $filter_id, string $input_id, bool $default) | |
| Is rendered status active? More... | |
| reset (string $filter_id) | |
| Resets filter to its default state. More... | |
| writeActivated (string $filter_id, bool $value) | |
| Write activation info of filter. More... | |
| writeExpanded (string $filter_id, bool $value) | |
| Write expand info of filter. More... | |
| isActivated (string $filter_id, bool $default) | |
| Is activated? More... | |
| isExpanded (string $filter_id, bool $default) | |
| Is expanded? More... | |
Data Fields | |
| const | TYPE_VALUE = "value" |
| const | TYPE_RENDERED = "rendered" |
| const | TYPE_ACTIVATED = "activated" |
| const | TYPE_EXPANDED = "expanded" |
Session data handling for filter ui service.
Definition at line 11 of file class.ilUIFilterServiceSessionGateway.php.
| ilUIFilterServiceSessionGateway::__construct | ( | ) |
| ilUIFilterServiceSessionGateway::getValue | ( | string | $filter_id, |
| string | $input_id | ||
| ) |
Get value.
| string | $filter_id | |
| string | $input_id |
Definition at line 45 of file class.ilUIFilterServiceSessionGateway.php.
References $_SESSION.
| ilUIFilterServiceSessionGateway::isActivated | ( | string | $filter_id, |
| bool | $default | ||
| ) |
Is activated?
| string | $filter_id | |
| bool | $default |
Definition at line 122 of file class.ilUIFilterServiceSessionGateway.php.
References $_SESSION, and TYPE_ACTIVATED.
| ilUIFilterServiceSessionGateway::isExpanded | ( | string | $filter_id, |
| bool | $default | ||
| ) |
Is expanded?
| string | $filter_id | |
| bool | $default |
Definition at line 137 of file class.ilUIFilterServiceSessionGateway.php.
References $_SESSION, and TYPE_EXPANDED.
| ilUIFilterServiceSessionGateway::isRendered | ( | string | $filter_id, |
| string | $input_id, | ||
| bool | $default | ||
| ) |
Is rendered status active?
| string | $filter_id | |
| string | $input_id | |
| bool | $default |
Definition at line 74 of file class.ilUIFilterServiceSessionGateway.php.
References $_SESSION, and TYPE_RENDERED.
| ilUIFilterServiceSessionGateway::reset | ( | string | $filter_id | ) |
Resets filter to its default state.
| string | $filter_id |
Definition at line 87 of file class.ilUIFilterServiceSessionGateway.php.
References $_SESSION.
| ilUIFilterServiceSessionGateway::writeActivated | ( | string | $filter_id, |
| bool | $value | ||
| ) |
Write activation info of filter.
| string | $filter_id | |
| bool | $value |
Definition at line 99 of file class.ilUIFilterServiceSessionGateway.php.
References $_SESSION, and TYPE_ACTIVATED.
| ilUIFilterServiceSessionGateway::writeExpanded | ( | string | $filter_id, |
| bool | $value | ||
| ) |
Write expand info of filter.
| string | $filter_id | |
| bool | $value |
Definition at line 110 of file class.ilUIFilterServiceSessionGateway.php.
References $_SESSION, and TYPE_EXPANDED.
| ilUIFilterServiceSessionGateway::writeRendered | ( | string | $filter_id, |
| string | $input_id, | ||
| bool | $value | ||
| ) |
Write rendered information.
| string | $filter_id | |
| string | $input_id | |
| $value |
Definition at line 61 of file class.ilUIFilterServiceSessionGateway.php.
References $_SESSION, and TYPE_RENDERED.
| ilUIFilterServiceSessionGateway::writeValue | ( | string | $filter_id, |
| string | $input_id, | ||
| $value | |||
| ) |
Write session value for an input field.
| string | $filter_id | |
| string | $input_id | |
| $value |
Definition at line 32 of file class.ilUIFilterServiceSessionGateway.php.
References $_SESSION, and TYPE_VALUE.
| const ilUIFilterServiceSessionGateway::TYPE_ACTIVATED = "activated" |
Definition at line 15 of file class.ilUIFilterServiceSessionGateway.php.
Referenced by isActivated(), and writeActivated().
| const ilUIFilterServiceSessionGateway::TYPE_EXPANDED = "expanded" |
Definition at line 16 of file class.ilUIFilterServiceSessionGateway.php.
Referenced by isExpanded(), and writeExpanded().
| const ilUIFilterServiceSessionGateway::TYPE_RENDERED = "rendered" |
Definition at line 14 of file class.ilUIFilterServiceSessionGateway.php.
Referenced by isRendered(), and writeRendered().
| const ilUIFilterServiceSessionGateway::TYPE_VALUE = "value" |
Definition at line 13 of file class.ilUIFilterServiceSessionGateway.php.
Referenced by writeValue().