PFinal\Wechat\Kernel::getDispatcher PHP Method

getDispatcher() public static method

public static getDispatcher ( ) : EventDispatcher
return Symfony\Component\EventDispatcher\EventDispatcher
    public static function getDispatcher()
    {
        if (self::$dispatcher == null) {
            self::$dispatcher = new EventDispatcher();
        }
        return self::$dispatcher;
    }