PHP Class Tebru\Retrofit\Event\ReturnEvent

Author: Nate Brunette ([email protected])
Inheritance: extends Symfony\Component\EventDispatcher\Event
Show file Open project: tebru/retrofit-php Class Usage Examples

Public Methods

Method Description
__construct ( mixed $return ) Constructor
getReturn ( ) : mixed Get return
setReturn ( mixed $return ) Set updated return back to event

Method Details

__construct() public method

Constructor
public __construct ( mixed $return )
$return mixed

getReturn() public method

Get return
public getReturn ( ) : mixed
return mixed

setReturn() public method

Set updated return back to event
public setReturn ( mixed $return )
$return mixed