LLMS_Abstract_Session_Data::__set( string $key, string $value )
Magic set
Description Description
Parameters Parameters
- $key
-
(Required) The key of the session variable.
- $value
-
(Required) The value of the session variable.
Return Return
(void)
Source Source
File: includes/abstracts/llms-abstract-session-data.php
Changelog Changelog
| Version | Description |
|---|---|
| 4.0.0 | Moved from LLMS_Session. |
| 1.0.0 | Introduced. |