function doExecute(ctrl\Request $req) { $appName = core\ApplicationRegistry::getAppName(); $req->addFeedback("Welcome to {$appName}"); }
function doExecute(ctrl\Request $req) { $appName = core\ApplicationRegistry::getAppName(); $req->addFeedback("Please, enter your {$appName} username and password."); }