XG Proyect

ReportEntity extends Entity
in package

ReportEntity 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
getReportContent()  : string
Return the report content
getReportDestroyed()  : string
Return the report destroyed
getReportId()  : string
Return the report rid
getReportOwners()  : string
Return the report owners
getReportTime()  : string
Return the report time
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

getReportContent()

Return the report content

public getReportContent() : string
Return values
string

getReportDestroyed()

Return the report destroyed

public getReportDestroyed() : string
Return values
string

getReportId()

Return the report rid

public getReportId() : string
Return values
string

getReportOwners()

Return the report owners

public getReportOwners() : string
Return values
string

getReportTime()

Return the report time

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