pfeifferNet

User_Login_History
in package

Site users login history display.

Applies to any person with login credentials.

Tags
since
5.5.0
since
5.11.0

Deprecated global singleton.

Table of Contents

Constants

HISTORY_CONTAINER  = 'login-history.php'
Login history container partial.

Properties

$date_time  : Date_Time
The instance of the Date_Time class.
$history_container  : string
The fully qualified path to the login history container.
$instances  : array<string|int, object>
The array of instances of this class and sub-classes.
$users  : Users
The instance of the common Users class.

Methods

get_instance()  : object
Creates and/or returns the instance of this class.
render()  : void
Render the user login history.
__construct()  : void
Initialise the class and set its properties.

Constants

HISTORY_CONTAINER

Login history container partial.

protected string HISTORY_CONTAINER = 'login-history.php'
Tags
since
5.5.0

Properties

$history_container

The fully qualified path to the login history container.

protected string $history_container = ''
Tags
since
5.5.0

$instances

The array of instances of this class and sub-classes.

protected static array<string|int, object> $instances = array()
Tags
since
5.11.0

Methods

get_instance()

Creates and/or returns the instance of this class.

public static get_instance() : object
Tags
since
5.11.0
Return values
object

The instance of this class.

__construct()

Initialise the class and set its properties.

protected __construct() : void
Tags
since
5.5.0
uses
Date_time
uses
Users

        
On this page

Search results