PHP Class Bravo3\Orm\Events\AbortableEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
Datei anzeigen Open project: bravo3/orm

Protected Properties

Property Type Description
$abort
$return_value

Public Methods

Method 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 method

Get Abort
public getAbort ( ) : boolean
return boolean

getReturnValue() public method

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

setAbort() public method

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

setReturnValue() public method

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