Legend of the Green Dragon

Referers

Referers.

Tags
ORM\Table

(name="referers", indexes={ @ORM\Index(name="uri", columns={"uri"}), @ORM\Index(name="site", columns={"site"}) } )

ORM\Entity

(repositoryClass="Lotgd\Core\EntityRepository\ReferersRepository")

Table of Contents

$count  : int
$dest  : string
$ip  : string
$last  : DateTime
$refererid  : int
$site  : string
$uri  : string
getCount()  : int
Get the value of Count.
getDest()  : string
Get the value of Dest.
getIp()  : string
Get the value of Ip.
getLast()  : DateTime
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 $count = 0
Tags
ORM\Column

(type="integer", nullable=false)

$dest

private string $dest
Tags
ORM\Column

(type="string", length=255, nullable=false)

$ip

private string $ip
Tags
ORM\Column

(type="string", length=40, nullable=false)

$last

private DateTime $last
Tags
ORM\Column

(type="datetime", nullable=false)

$refererid

private int $refererid
Tags
ORM\Column

(name="refererid", type="integer", nullable=false, options={"unsigned": true})

ORM\Id
ORM\GeneratedValue

(strategy="IDENTITY")

$site

private string $site
Tags
ORM\Column

(type="string", length=50, nullable=false)

$uri

private string $uri
Tags
ORM\Column

(type="string", length=1000, nullable=false)

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
Return values
DateTime

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 $last) : self
Parameters
$last : DateTime
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
Return values
self

Search results