RequestContext::setScheme()

RequestContext setScheme(string $scheme) Sets the HTTP scheme. Parameters string $scheme The HTTP scheme Return Value RequestContext The current instance, implementing a fluent interface

OutputInterface::setVerbosity()

setVerbosity(int $level) Sets the verbosity of the output. Parameters int $level The level of verbosity (one of the VERBOSITY constants)

Translator::getExtension()

ExtensionInterface getExtension(string $name) Parameters string $name Return Value ExtensionInterface Exceptions ExpressionErrorException

ValidatorTypeGuesser

class ValidatorTypeGuesser implements FormTypeGuesserInterface Methods __construct(MetadataFactoryInterface $metadataFactory) TypeGuess|null guessType(string $class, string $property) Returns a field guess for a property name of a class. ValueGuess guessRequired(string $class, string $property) Returns a guess whether a property of a class is required. ValueGuess|null guessMaxLength(string $class, string $property) Returns a guess about the field's maximum length. ValueG

HttpException

class HttpException extends RuntimeException implements HttpExceptionInterface HttpException. Methods __construct($statusCode, $message = null, Exception $previous = null, array $headers = array(), $code) int getStatusCode() Returns the status code. array getHeaders() Returns response headers. setHeaders(array $headers) Set response headers. Details __construct($statusCode, $message = null, Exception $previous = null, array $headers = arra

ReflectionCaster::castZendExtension()

static castZendExtension(ReflectionZendExtension $c, array $a, Stub $stub, $isNested) Parameters ReflectionZendExtension $c array $a Stub $stub $isNested

WindowsPipes::readAndWrite()

string[] readAndWrite(bool $blocking, bool $close = false) Reads data in file handles and pipes. Parameters bool $blocking Whether to use blocking calls or not bool $close Whether to close pipes if they've reached EOF Return Value string[] An array of read data indexed by their fd

TransformationFailedException

class TransformationFailedException extends RuntimeException Indicates a value transformation error.

OutOfBoundsException

class OutOfBoundsException extends OutOfBoundsException implements ExceptionInterface Base OutOfBoundsException for Dependency Injection component.

FormConfigBuilderInterface::getFormConfig()

FormConfigInterface getFormConfig() Builds and returns the form configuration. Return Value FormConfigInterface