XG Proyect

NotesEntity extends Entity
in package

NotesEntity 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
getNoteId()  : string
Return the note id
getNoteOwner()  : string
Return the note owner
getNotePriority()  : string
Return the note priority
getNoteText()  : string
Return the note text
getNoteTime()  : string
Return the note time
getNoteTitle()  : string
Return the note title
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>
Return values
void

getNoteId()

Return the note id

public getNoteId() : string
Return values
string

getNoteOwner()

Return the note owner

public getNoteOwner() : string
Return values
string

getNotePriority()

Return the note priority

public getNotePriority() : string
Return values
string

getNoteText()

Return the note text

public getNoteText() : string
Return values
string

getNoteTime()

Return the note time

public getNoteTime() : string
Return values
string

getNoteTitle()

Return the note title

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