EventChecker
Table of Contents
Properties
-
$activeChecks
: array<string|int, EventCheck>|null
-
$allChecks
: array<string|int, EventCheck>|null
Methods
-
addListeners()
: $this
-
start()
: $this
-
stop()
: $this
-
findAll()
: array<string|int, EventCheck>
$activeChecks
private
array<string|int, EventCheck>|null
$activeChecks
= NULL
$allChecks
private
array<string|int, EventCheck>|null
$allChecks
= NULL
addListeners()
public
addListeners() : $this
start()
public
start(Test|null $test) : $this
Parameters
-
$test
: Test|null
-
stop()
public
stop() : $this
findAll()
protected
findAll() : array<string|int, EventCheck>