$request->setParameter('bar','foo'); echo $request->getParameter('bar'); What is the output?
Reveal answer
Fill a bubble to check yourself
$request->setParameter('bar','foo'); echo $request->getParameter('bar'); What is the output?