You are here

public function RestfulException::getHeaders in RESTful 7

Get the associative array of headers.

Return value

array

File

exceptions/RestfulException.php, line 142
Contains RestfulException

Class

RestfulException
@file Contains RestfulException

Code

public function getHeaders() {
  return $this->headers;
}