PHP Class Bravo3\Orm\Events\AbortableEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
Afficher le fichier Open project: bravo3/orm

Protected Properties

Свойство Type Description
$abort
$return_value

Méthodes publiques

Méthode Description
getAbort ( ) : boolean Get Abort
getReturnValue ( ) : mixed Get the return value if aborted
setAbort ( boolean $abort ) Set Abort
setReturnValue ( mixed $return_value ) Set the return value if aborted

Method Details

getAbort() public méthode

Get Abort
public getAbort ( ) : boolean
Résultat boolean

getReturnValue() public méthode

Get the return value if aborted
public getReturnValue ( ) : mixed
Résultat mixed

setAbort() public méthode

Set Abort
public setAbort ( boolean $abort )
$abort boolean

setReturnValue() public méthode

Set the return value if aborted
public setReturnValue ( mixed $return_value )
$return_value mixed

Property Details

$abort protected_oe property

protected $abort

$return_value protected_oe property

protected $return_value