Flow PHP

RequestOption

FinalYes

Properties

$into  : InjectInto
$name  : string

Methods

apply()  : RequestInterface
bodyPath()  : self
header()  : self
queryParam()  : self
replaceUri()  : self

Properties

Methods

apply()

public apply(RequestInterface $base, mixed $value) : RequestInterface
Parameters
$base : RequestInterface
$value : mixed
Return values
RequestInterface

bodyPath()

public static bodyPath(string $path, StreamFactoryInterface $streamFactory) : self
Parameters
$path : string
$streamFactory : StreamFactoryInterface
Return values
self

header()

public static header(string $name) : self
Parameters
$name : string
Return values
self

queryParam()

public static queryParam(string $name) : self
Parameters
$name : string
Return values
self

replaceUri()

public static replaceUri() : self
Return values
self
On this page

Search results