Protected constructor. Use the get_instance() method to get the instance.
Parameters
$user_idintrequired- User whose session to manage.
Source
protected function __construct( $user_id ) {
$this->user_id = $user_id;
}
Changelog
| Version | Description |
|---|---|
| 4.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.