Exemplo n.º 1
0
 /**
  * @param string $name
  * @return mixed
  */
 public function getParam($name)
 {
     return $this->request->getVar($name);
 }
Exemplo n.º 2
0
 public function testGetVarWasNotFound()
 {
     $var = $this->object->getVar('falsetest');
     $this->assertNull($var);
 }