XG Proyect

ChangelogEntity extends Entity
in package

ChangelogEntity 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
getChangelogDate()  : int
Get the changelog date
getChangelogDescription()  : string
Get the changelog description
getChangelogId()  : int
Get the changelog ID
getChangelogLangId()  : int
Get the changelog lang ID
getChangelogVersion()  : string
Get the changelog version
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

getChangelogDate()

Get the changelog date

public getChangelogDate() : int
Return values
int

getChangelogDescription()

Get the changelog description

public getChangelogDescription() : string
Return values
string

getChangelogId()

Get the changelog ID

public getChangelogId() : int
Return values
int

getChangelogLangId()

Get the changelog lang ID

public getChangelogLangId() : int
Return values
int

getChangelogVersion()

Get the changelog version

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