HumHub Documentation (unofficial)

Module
in package
implements EventSubscriberInterface uses StaticEvents

Table of Contents

Interfaces

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

Properties

$events  : mixed
$modules  : mixed

Methods

after()  : mixed
afterStep()  : mixed
afterSuite()  : mixed
before()  : mixed
beforeStep()  : mixed
beforeSuite()  : mixed
failed()  : mixed
getSubscribedEvents()  : mixed

Properties

$events

public static mixed $events = [\Codeception\Events::TEST_BEFORE => 'before', \Codeception\Events::TEST_AFTER => 'after', \Codeception\Events::STEP_BEFORE => 'beforeStep', \Codeception\Events::STEP_AFTER => 'afterStep', \Codeception\Events::TEST_FAIL => 'failed', \Codeception\Events::TEST_ERROR => 'failed', \Codeception\Events::SUITE_BEFORE => 'beforeSuite', \Codeception\Events::SUITE_AFTER => 'afterSuite']

$modules

protected mixed $modules = []

Methods

afterSuite()

public afterSuite() : mixed

getSubscribedEvents()

public static getSubscribedEvents() : mixed

        
On this page

Search results