/**
  * Used internally to overwrite the arguments passed to the response function.
  * @return array
  */
 public function getRequestArgs()
 {
     $postData = Core_Sijax::getData();
     unset($postData[Core_Sijax::PARAM_REQUEST]);
     unset($postData[Core_Sijax::PARAM_ARGS]);
     Core_Sijax::setRequestArgs(array($postData));
     return array($postData);
 }