Exemple #1
0
 /**
  * Class constructor
  *
  * @return void
  */
 public function __construct()
 {
     $this->_headers = Utils::getRequestHeaders();
     $this->_resource = Utils::getResourceUri();
     $this->_method = Utils::getMethod();
     $this->_body = Utils::getBody();
 }