HistoriqueConnexion
in package
Tags
Table of Contents
- $date : mixed
- $id : mixed
- $ip : mixed
- $username : mixed
- $valid : mixed
- __construct() : mixed
- getDate() : DateTimeInterface|null
- getId() : int|null
- getIp() : string|null
- getUsername() : string|null
- getValid() : bool|null
- setDate() : self
- setIp() : self
- setUsername() : self
- setValid() : self
Properties
$date
private
mixed
$date
Tags
$id
private
mixed
$id
Tags
$ip
private
mixed
$ip
Tags
$username
private
mixed
$username
Tags
$valid
private
mixed
$valid
Tags
Methods
__construct()
public
__construct([mixed $username = '' ][, mixed $valid = true ]) : mixed
Parameters
- $username : mixed = ''
- $valid : mixed = true
Return values
mixed —getDate()
public
getDate() : DateTimeInterface|null
Return values
DateTimeInterface|null —getId()
public
getId() : int|null
Return values
int|null —getIp()
public
getIp() : string|null
Return values
string|null —getUsername()
public
getUsername() : string|null
Return values
string|null —getValid()
public
getValid() : bool|null
Return values
bool|null —setDate()
public
setDate(DateTimeInterface $date) : self
Parameters
- $date : DateTimeInterface
Return values
self —setIp()
public
setIp(string $ip) : self
Parameters
- $ip : string
Return values
self —setUsername()
public
setUsername(string $username) : self
Parameters
- $username : string
Return values
self —setValid()
public
setValid(bool $valid) : self
Parameters
- $valid : bool