Team
class Team extends BaseValue
群信息
Properties
protected | $id | ||
protected | $tid | ||
protected | $name | ||
protected | $owner | ||
protected | $type | ||
protected | $icon | ||
protected | $ext |
Methods
int
getId()
No description
string
getTid()
No description
string
getName()
No description
string
getOwner()
No description
int
getType()
No description
string
getIcon()
No description
string
getExt()
No description
Details
in
BaseValue at line 20
string
__toString()
No description
in
BaseValue at line 25
array
data()
No description
in
BaseValue at line 30
array
toArray()
No description
at line 29
int
getId()
No description
at line 38
Team
setId(int $id)
No description
at line 47
string
getTid()
No description
at line 56
Team
setTid(string $tid)
No description
at line 65
string
getName()
No description
at line 74
Team
setName(string $name)
No description
at line 83
string
getOwner()
No description
at line 92
Team
setOwner(string $owner)
No description
at line 101
int
getType()
No description
at line 110
Team
setType(int $type)
No description
at line 119
string
getIcon()
No description
at line 128
Team
setIcon(string $icon)
No description
at line 137
string
getExt()
No description
at line 146
Team
setExt(string $ext)
No description