PHP Class REBELinBLUE\Deployer\Listeners\Events\SendSignupEmail

Inheritance: extends Event, implements Illuminate\Contracts\Queue\ShouldQueue, use trait Illuminate\Queue\InteractsWithQueue
ファイルを表示 Open project: rebelinblue/deployer

Public Methods

Method Description
__construct ( ) SendSignupEmail constructor.
handle ( UserWasCreated $event ) Handle the event.

Method Details

__construct() public method

SendSignupEmail constructor.
public __construct ( )

handle() public method

Handle the event.
public handle ( UserWasCreated $event )
$event REBELinBLUE\Deployer\Events\UserWasCreated