Exemplo n.º 1
0
 public function getRequestVars()
 {
     if (!$this->_request) {
         return null;
     }
     return $this->_request->getVars();
 }