(no description)
File Size: | 18 lines (0 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
RequestFactoryInterface:: (1 method):
createRequest()
Interface: RequestFactoryInterface - X-Ref
createRequest(string $method, $uri) X-Ref |
Create a new request. param: string $method The HTTP method associated with the request. param: UriInterface|string $uri The URI associated with the request. If return: RequestInterface |