RequestInterface interface

Framework\HTTP\RequestInterface

Interface RequestInterface.

Extends: Framework\HTTP\MessageInterface, Stringable

Defined in libraries/http/src/RequestInterface.php

Methods #

getMethod()
-
getUrl()
-
isMethod()
-

getMethod()

public function getMethod(): string
Returns string

getUrl()

public function getUrl(): \Framework\HTTP\URL
Returns \Framework\HTTP\URL

isMethod()

public function isMethod(string $method): bool
Parameters
  • string $method
Returns bool

Inherited methods #