Referers
in package
Referers.
Tags
Table of Contents
- $count : int|null
- $dest : string|null
- $ip : string|null
- $last : DateTimeInterface|null
- $refererid : int|null
- $site : string|null
- $uri : string|null
- getCount() : int
- Get the value of Count.
- getDest() : string
- Get the value of Dest.
- getIp() : string
- Get the value of Ip.
- getLast() : DateTime|DateTimeImmutable
- Get the value of Last.
- getRefererid() : int
- Get the value of Refererid.
- getSite() : string
- Get the value of Site.
- getUri() : string
- Get the value of Uri.
- incrementCount() : self
- Increment count by 1.
- setCount() : self
- Set the value of Count.
- setDest() : self
- Set the value of Dest.
- setIp() : self
- Set the value of Ip.
- setLast() : self
- Set the value of Last.
- setRefererid() : self
- Set the value of Refererid.
- setSite() : self
- Set the value of Site.
- setUri() : self
- Set the value of Uri.
Properties
$count
private
int|null
$count
= 0
Tags
$dest
private
string|null
$dest
= null
Tags
$ip
private
string|null
$ip
= null
Tags
$last
private
DateTimeInterface|null
$last
= null
Tags
$refererid
private
int|null
$refererid
= null
Tags
$site
private
string|null
$site
= null
Tags
$uri
private
string|null
$uri
= null
Tags
Methods
getCount()
Get the value of Count.
public
getCount() : int
Return values
int —getDest()
Get the value of Dest.
public
getDest() : string
Return values
string —getIp()
Get the value of Ip.
public
getIp() : string
Return values
string —getLast()
Get the value of Last.
public
getLast() : DateTime|DateTimeImmutable
Return values
DateTime|DateTimeImmutable —getRefererid()
Get the value of Refererid.
public
getRefererid() : int
Return values
int —getSite()
Get the value of Site.
public
getSite() : string
Return values
string —getUri()
Get the value of Uri.
public
getUri() : string
Return values
string —incrementCount()
Increment count by 1.
public
incrementCount() : self
Return values
self —setCount()
Set the value of Count.
public
setCount(int $count) : self
Parameters
- $count : int
Return values
self —setDest()
Set the value of Dest.
public
setDest(string $dest) : self
Parameters
- $dest : string
Return values
self —setIp()
Set the value of Ip.
public
setIp(string $ip) : self
Parameters
- $ip : string
Return values
self —setLast()
Set the value of Last.
public
setLast(DateTime|DateTimeImmutable $last) : self
Parameters
- $last : DateTime|DateTimeImmutable
Return values
self —setRefererid()
Set the value of Refererid.
public
setRefererid(int $refererid) : self
Parameters
- $refererid : int
Return values
self —setSite()
Set the value of Site.
public
setSite(string $site) : self
Parameters
- $site : string
Return values
self —setUri()
Set the value of Uri.
public
setUri(string $uri) : self
Parameters
- $uri : string