PrepareBench uses trait:short
Table of Contents
Methods
- prepareBench() : bool
- Prepare and returns the 'bench' value.
- prepareBoolean() : bool|null
- Prepare and returns the boolean value.
Methods
prepareBench()
Prepare and returns the 'bench' value.
protected
prepareBench(ServerRequestInterface|null $request[, array<string|int, mixed> $args = [] ][, array<string|int, mixed>|null &$params = null ]) : bool
Parameters
- $request : ServerRequestInterface|null
- $args : array<string|int, mixed> = []
- $params : array<string|int, mixed>|null = null
Return values
boolprepareBoolean()
Prepare and returns the boolean value.
protected
prepareBoolean(ServerRequestInterface|null $request[, array<string|int, mixed> $args = [] ][, array<string|int, mixed>|null &$params = null ][, string|null $name = null ]) : bool|null
Parameters
- $request : ServerRequestInterface|null
- $args : array<string|int, mixed> = []
- $params : array<string|int, mixed>|null = null
- $name : string|null = null