class MergeRequestEvent extends Event

Traits

Methods

__construct($data)

No description

from Event
array
getData()

No description

from Event
string
getObjectKind()

No description

from Event
mixed
getRootAttribute($name)

No description

from Event
getRepository()

No description

from Event
getProject()

No description

from Event
array[string]
getObjectAttributes()

No description

getUser()

No description

from UserTrait
getChanges()

No description

Label[]
getLabels()

No description

Details

in Event at line 30
__construct($data)

Parameters

$data

in Event at line 38
protected array getData()

Return Value

array

in Event at line 46
string getObjectKind()

Return Value

string Kind of object wrapped into PHP object

in Event at line 55
protected mixed getRootAttribute($name)

Parameters

$name string Index for data in array

Return Value

mixed Value

in Event at line 63
Repository getRepository()

Return Value

Repository

in Event at line 84
Project getProject()

Return Value

Project

in ObjectAttributesTrait at line 16
array[string] getObjectAttributes()

Return Value

array[string] Object attributes as associative array, for more information see: https://docs.gitlab.com/ce/user/project/integrations/webhooks.html#push-events

in UserTrait at line 22
User getUser()

Return Value

User

in ChangesTrait at line 22
Changes getChanges()

Return Value

Changes

in LabelsTrait at line 22
Label[] getLabels()

Return Value

Label[]