class QueryEvent extends Event

Class QueryEvent

Properties

string $query

Methods

__construct(string $query)

QueryEvent constructor.

string|FALSE
getVerb()

No description

Details

at line 49
__construct(string $query)

QueryEvent constructor.

Parameters

string $query

at line 58
string|FALSE getVerb()

Return Value

string|FALSE Ex: 'SELECT', 'INSERT', 'CREATE', 'ALTER' A FALSE value indicates that a singular verb could not be identified.