Пример #1
0
 public function getParameterRequest()
 {
     $content = $this->read(RequestParameter::REQUEST_ACTION_PARAMETERS);
     return CollectionUtils::safeGet($content, 'parameters');
 }
 public function getRequestMethod()
 {
     return CollectionUtils::safeGet($_SERVER, 'REQUEST_METHOD');
 }