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