HumHub Documentation (unofficial)

Dependencies
in package
implements EventSubscriberInterface uses StaticEvents

Table of Contents

Interfaces

EventSubscriberInterface
An EventSubscriber knows itself what events it is interested in.

Properties

$events  : mixed
$successfulTests  : mixed

Methods

getSubscribedEvents()  : mixed
testStart()  : mixed
testSuccess()  : mixed

Properties

$events

public static mixed $events = [\Codeception\Events::TEST_START => 'testStart', \Codeception\Events::TEST_SUCCESS => 'testSuccess']

Methods

getSubscribedEvents()

public static getSubscribedEvents() : mixed

        
On this page

Search results