Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Blast
Orm
Query
Events
QueryResultEvent
PHP Class Blast\Orm\Query\Events\QueryResultEvent
Inheritance:
extends
AbstractQueryEvent
Afficher le fichier
Open project: phpthinktank/blast-orm
Méthodes publiques
Méthode
Description
__construct
(
string
$name
,
boolean
|
array
$result
)
ResultEvent constructor.
getName
( ) :
string
Return event name
getResult
( ) :
array
|
boolean
setResult
(
array
|
boolean
$result
)
Method Details
__construct()
public
méthode
ResultEvent constructor.
public
__construct
(
string
$name
,
boolean
|
array
$result
)
$name
string
$result
boolean
|
array
getName()
public
méthode
Return event name
public
getName
( ) :
string
Résultat
string
getResult()
public
méthode
public
getResult
( ) :
array
|
boolean
Résultat
array
|
boolean
setResult()
public
méthode
public
setResult
(
array
|
boolean
$result
)
$result
array
|
boolean