LLMS_Session::__set( string $key, string $value )
__set function.
Parameters Parameters
- $key
-
(string) (Required) The key of the session variable.
- $value
-
(string) (Required) The value of the session variable.
Return Return
(void)
Source Source
File: includes/class.llms.session.php
public function maybe_save_data() { if ( ! $this->is_clean ) {
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |