Had to rename more stuff.
[core.git] / inc / classes / main / request / web / class_HttpRequest.php
index 5e5a511d3d5f44c8ff2d81076ee2230354000902..91527e84bdf1b762230fdfe864e0c98bd47b667d 100644 (file)
@@ -67,7 +67,7 @@ class HttpRequest extends BaseRequest implements Requestable {
         * @param       $headerName             Name of the header
         * @return      $headerValue    Value of the header or 'null' if not found
         */
-       public function getHeader ($headerName) {
+       public function getHeaderElement ($headerName) {
                // Default return value on error
                $headerValue = NULL;