Configuration

class Configuration implements ConfigurationInterface DebugExtension configuration structure. Methods TreeBuilder getConfigTreeBuilder() Generates the configuration tree builder. Details TreeBuilder getConfigTreeBuilder() Generates the configuration tree builder. Return Value TreeBuilder The tree builder

Command::getAliases()

array getAliases() Returns the aliases for the command. Return Value array An array of aliases for the command

CombinationExtension::getName()

string getName() Returns extension name. Return Value string

StubCaster

class StubCaster Casts a caster's Stub. Methods static castStub(Stub $c, array $a, Stub $stub, $isNested) static castCutArray(CutArrayStub $c, array $a, Stub $stub, $isNested) static cutInternals($obj, array $a, Stub $stub, $isNested) static castEnum(EnumStub $c, array $a, Stub $stub, $isNested) Details static castStub(Stub $c, array $a, Stub $stub, $isNested) Parameters Stub $c array $a Stub $stub $isNested

ContextErrorException

class ContextErrorException extends ErrorException Error Exception with Variable Context. Methods __construct($message, $code, $severity, $filename, $lineno, $context = array()) array getContext() Details __construct($message, $code, $severity, $filename, $lineno, $context = array()) Parameters $message $code $severity $filename $lineno $context array getContext() Return Value array

MockArraySessionStorage::setSessionData()

setSessionData(array $array) Sets the session data. Parameters array $array

ParameterBagUtils

class ParameterBagUtils Methods static mixed getParameterBagValue(ParameterBag $parameters, string $path) Returns a "parameter" value. static mixed getRequestParameterValue(Request $request, string $path) Returns a request "parameter" value. Details static mixed getParameterBagValue(ParameterBag $parameters, string $path) Returns a "parameter" value. Paths like foo[bar] will be evaluated to find deeper items in nested data structures. Param

IpValidator

class IpValidator extends ConstraintValidator Validates whether a value is a valid IP address. Constants PRETTY_DATE Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). OBJECT_TO_STRING Whether to cast objects with a "__toString()" method to strings. Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. from ConstraintValidator validate(mixed $value, Constraint $constraint) Checks if the passed value is valid.

BinaryFileResponse::setContent()

Response setContent(mixed $content) Sets the response content. Valid types are strings, numbers, null, and objects that implement a __toString() method. Parameters mixed $content Content that can be cast to string Return Value Response Exceptions UnexpectedValueException

Process::setTty()

Process setTty(bool $tty) Enables or disables the TTY mode. Parameters bool $tty True to enabled and false to disable Return Value Process The current Process instance Exceptions RuntimeException In case the TTY mode is not supported