public function processData(\IRequestObject $requestObject) { $this->params = $requestObject->getParams(); $this->calledNamespace = $requestObject->getNamespace(); $this->calledCommand = $requestObject->getCommand(); }