Alpha ZealPHP is early-stage and under active development. APIs may change between minor versions until v1.0. Feedback and bug reports welcome on GitHub.
API Index — Namespaces, Packages, Reports, Indices

RequestFactory
in package
implements RequestFactoryInterface

Table of Contents

Interfaces

RequestFactoryInterface

Methods

createRequest()  : RequestInterface

Methods

createRequest()

public createRequest(string $method, mixed $uri) : RequestInterface
Parameters
$method : string
$uri : mixed
Return values
RequestInterface
On this page