Baum\Move::setEventDispatcher PHP Method

setEventDispatcher() public static method

Set the event dispatcher instance.
public static setEventDispatcher ( Illuminate\Events\Dispatcher $dispatcher = null ) : void
$dispatcher Illuminate\Events\Dispatcher
return void
    public static function setEventDispatcher(Dispatcher $dispatcher = null)
    {
        static::$dispatcher = $dispatcher;
    }