XG Proyect

AcsFleetEntity extends Entity
in package

AcsFleetEntity 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
getAcsFleetGalaxy()  : string
Get the acs galaxy
getAcsFleetId()  : string
Get the acs id
getAcsFleetName()  : string
Get the acs name
getAcsFleetOwner()  : string
Get the acs owner
getAcsFleetPlanet()  : string
Get the acs planet
getAcsFleetPlanetType()  : string
Get the acs planet type
getAcsFleetSystem()  : string
Get the acs system
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

getAcsFleetGalaxy()

Get the acs galaxy

public getAcsFleetGalaxy() : string
Return values
string

getAcsFleetId()

Get the acs id

public getAcsFleetId() : string
Return values
string

getAcsFleetName()

Get the acs name

public getAcsFleetName() : string
Return values
string

getAcsFleetOwner()

Get the acs owner

public getAcsFleetOwner() : string
Return values
string

getAcsFleetPlanet()

Get the acs planet

public getAcsFleetPlanet() : string
Return values
string

getAcsFleetPlanetType()

Get the acs planet type

public getAcsFleetPlanetType() : string
Return values
string

getAcsFleetSystem()

Get the acs system

public getAcsFleetSystem() : 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