LMongo\Eloquent\Model::getEventDispatcher PHP 메소드

getEventDispatcher() 공개 정적인 메소드

Get the event dispatcher instance.
public static getEventDispatcher ( ) : Illuminate\Events\Dispatcher
리턴 Illuminate\Events\Dispatcher
    public static function getEventDispatcher()
    {
        return static::$dispatcher;
    }
Model