Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Blast
Orm
Query
Events
AbstractQueryEvent
PHP Class Blast\Orm\Query\Events\AbstractQueryEvent
Inheritance:
extends
League\Event\AbstractEvent
Mostra file
Open project: phpthinktank/blast-orm
Public Methods
Method
Description
isCanceled
( ) :
boolean
Check if execution of query is canceled
setCanceled
(
boolean
$canceled
)
Method Details
isCanceled()
public
method
Check if execution of query is canceled
public
isCanceled
( ) :
boolean
return
boolean
setCanceled()
public
method
public
setCanceled
(
boolean
$canceled
)
$canceled
boolean