Legend of the Green Dragon

Clan

Table of Contents

$clanid  : int
$clanjoindate  : DateTimeInterface
$clanrank  : int
getClanid()  : int|null
Get the value of Clanid.
getClanjoindate()  : DateTime|DateTimeImmutable
Get the value of Clanjoindate.
getClanrank()  : int
Get the value of Clanrank.
setClanid()  : self
Set the value of Clanid.
setClanjoindate()  : self
Set the value of Clanjoindate.
setClanrank()  : self
Set the value of Clanrank.

Properties

$clanid

private int $clanid
Tags
ORM\Column

(name="clanid", type="integer", nullable=true, options={"default": 0, "unsigned": true})

$clanjoindate

private DateTimeInterface $clanjoindate
Tags
ORM\Column

(name="clanjoindate", type="datetime", nullable=false, options={"default": "0000-00-00 00:00:00"})

$clanrank

private int $clanrank = 0
Tags
ORM\Column

(name="clanrank", type="smallint", nullable=false, options={"default": 0, "unsigned": true})

Methods

getClanid()

Get the value of Clanid.

public getClanid() : int|null
Return values
int|null

getClanjoindate()

Get the value of Clanjoindate.

public getClanjoindate() : DateTime|DateTimeImmutable
Return values
DateTime|DateTimeImmutable

getClanrank()

Get the value of Clanrank.

public getClanrank() : int
Return values
int

setClanid()

Set the value of Clanid.

public setClanid(int $clanid) : self
Parameters
$clanid : int
Return values
self

setClanjoindate()

Set the value of Clanjoindate.

public setClanjoindate(DateTime|DateTimeImmutable $clanjoindate) : self
Parameters
$clanjoindate : DateTime|DateTimeImmutable
Return values
self

setClanrank()

Set the value of Clanrank.

public setClanrank(int $clanrank) : self
Parameters
$clanrank : int
Return values
self

Search results