phpDocumentor

InternalQueryBegin extends InternalEvent
in package

Table of Contents

Properties

$data  : array<string|int, mixed>|null
$listeners  : array<string|int, mixed>

Methods

__construct()  : mixed
getEventMetadata()  : array<string|int, mixed>|null
getEventName()  : string
notify()  : void
setListeners()  : MydbEventInterface
getListeners()  : array<string|int, MydbListenerInterface>

Properties

$data

protected array<string|int, mixed>|null $data = null
Tags
psalm-var

array<array-key, mixed>|null

$listeners

protected array<string|int, mixed> $listeners = []
Tags
psalm-var

array<\sql\MydbListenerInterface>

Methods

getEventMetadata()

public abstract getEventMetadata() : array<string|int, mixed>|null
Tags
psalm-return

array<array-key, mixed>|null

Return values
array<string|int, mixed>|null

getEventName()

public getEventName() : string
Return values
string

        
On this page

Search results