abstract class Event

Methods

__construct($data)

No description

array
getData()

No description

string
getObjectKind()

No description

mixed
getRootAttribute($name)

No description

getRepository()

No description

getProject()

No description

Details

at line 30
__construct($data)

Parameters

$data

at line 38
protected array getData()

Return Value

array

at line 46
string getObjectKind()

Return Value

string Kind of object wrapped into PHP object

at line 55
protected mixed getRootAttribute($name)

Parameters

$name string Index for data in array

Return Value

mixed Value

at line 63
Repository getRepository()

Return Value

Repository

at line 84
Project getProject()

Return Value

Project