XG Proyect

AllianceEntity extends Entity
in package

AllianceEntity Class

Tags
category

Entity

author

XG Proyect Team

license

http://www.xgproyect.org XG Proyect

link
http://www.xgproyect.org
version
3.1.0

Table of Contents

$data  : array<string|int, mixed>
__construct()  : void
Constructor
getAllianceDescription()  : string
Return the alliance description
getAllianceId()  : string
Return the alliance id
getAllianceImage()  : string
Return the alliance image
getAllianceMembers()  : string
Return the alliance members
getAllianceName()  : string
Return the alliance name
getAllianceOwner()  : string
Return the alliance owner
getAllianceRanks()  : string
Return the alliance ranks
getAllianceRegisterTime()  : string
Return the alliance register time
getAllianceRequest()  : string
Return the alliance request
getAllianceRequestNotAllow()  : string
Return the alliance request not allow
getAllianceTag()  : string
Return the alliance tag
getAllianceText()  : string
Return the alliance text
getAllianceWeb()  : string
Return the alliance web
setData()  : void
Set the current data

Properties

$data

protected array<string|int, mixed> $data = []

Methods

__construct()

Constructor

public __construct(array<string|int, mixed> $data) : void
Parameters
$data : array<string|int, mixed>

Data

Return values
void

getAllianceDescription()

Return the alliance description

public getAllianceDescription() : string
Return values
string

getAllianceId()

Return the alliance id

public getAllianceId() : string
Return values
string

getAllianceImage()

Return the alliance image

public getAllianceImage() : string
Return values
string

getAllianceMembers()

Return the alliance members

public getAllianceMembers() : string
Return values
string

getAllianceName()

Return the alliance name

public getAllianceName() : string
Return values
string

getAllianceOwner()

Return the alliance owner

public getAllianceOwner() : string
Return values
string

getAllianceRanks()

Return the alliance ranks

public getAllianceRanks() : string
Return values
string

getAllianceRegisterTime()

Return the alliance register time

public getAllianceRegisterTime() : string
Return values
string

getAllianceRequest()

Return the alliance request

public getAllianceRequest() : string
Return values
string

getAllianceRequestNotAllow()

Return the alliance request not allow

public getAllianceRequestNotAllow() : string
Return values
string

getAllianceTag()

Return the alliance tag

public getAllianceTag() : string
Return values
string

getAllianceText()

Return the alliance text

public getAllianceText() : string
Return values
string

getAllianceWeb()

Return the alliance web

public getAllianceWeb() : string
Return values
string

setData()

Set the current data

private setData(array<string|int, mixed> $data) : void
Parameters
$data : array<string|int, mixed>

data

Tags
throws
Exception
Return values
void

Search results