string getRawValue() Gets the raw value of the cookie. Return Value string The cookie value
bool supports(Request $request, ArgumentMetadata $argument) Whether this resolver can resolve the value for the given ArgumentMetadata. Parameters Request $request ArgumentMetadata $argument Return Value bool
class UnexpectedTypeException extends ValidatorException Methods __construct($value, $expectedType) Details __construct($value, $expectedType) Parameters $value $expectedType
string getRequestFormat(string $default = 'html') Gets the request format. Here is the process to determine the format: format defined by the user (with setRequestFormat()) _format request attribute $default Parameters string $default The default format Return Value string The request format
Generator resolve(Request $request, ArgumentMetadata $argument) Returns the possible value(s). Parameters Request $request ArgumentMetadata $argument Return Value Generator
terminate(Request $request, Response $response) Terminates a request/response cycle. Should be called after sending the response and before shutting down the kernel. Parameters Request $request A Request instance Response $response A Response instance
class OptionDefinitionException extends LogicException implements ExceptionInterface Thrown when two lazy options have a cyclic dependency.
string getSecret() Return Value string
ProcessBuilder setPrefix(string|array $prefix) Adds a prefix to the command string. The prefix is preserved when resetting arguments. Parameters string|array $prefix A command prefix or an array of command prefixes Return Value ProcessBuilder
Page 46 of 787