class WikiEvent 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
getUser()

No description

from UserTrait
array[string]
getObjectAttributes()

No description

getWiki()

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 UserTrait at line 22
User getUser()

Return Value

User

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

at line 26
Wiki getWiki()

Return Value

Wiki