]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/request/console/class_ConsoleRequest.php
Had to rename more stuff.
[core.git] / inc / classes / main / request / console / class_ConsoleRequest.php
index 8bebdf2445960ee52a36b789edded13d6d760b34..c0e23b0c2d42f570c94232552df1420161da05b6 100644 (file)
@@ -92,7 +92,7 @@ class ConsoleRequest extends BaseRequest implements Requestable {
         * @return      $headerValue    Value of the header or 'null' if not found
         * @throws      UnsupportedOperationException   This method should never be called
         */
         * @return      $headerValue    Value of the header or 'null' if not found
         * @throws      UnsupportedOperationException   This method should never be called
         */
-       public function getHeader ($headerName) {
+       public function getHeaderElement ($headerName) {
                // Console doesn't have any headers
                throw new UnsupportedOperationException(array($this, __FUNCTION__, $executorInstance), self::EXCEPTION_UNSPPORTED_OPERATION);
        }
                // Console doesn't have any headers
                throw new UnsupportedOperationException(array($this, __FUNCTION__, $executorInstance), self::EXCEPTION_UNSPPORTED_OPERATION);
        }