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
$clanjoindate
private
DateTimeInterface
$clanjoindate
Tags
$clanrank
private
int
$clanrank
= 0
Tags
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