Redaxscript\Modules\Demo\Demo::routerStart PHP Method

routerStart() public static method

routerStart
Since: 3.0.0
public static routerStart ( )
    public static function routerStart()
    {
        if (Registry::get('firstParameter') === 'demo' && Registry::get('secondParameter') === 'login') {
            echo self::process();
        }
    }