ParameterBag::add()

add(array $parameters) Adds parameters to the service container parameters. Parameters array $parameters An array of parameters

InputStream::close()

close() Closes the write buffer.

ValueInterface::prepend()

ValueInterface prepend(string $expr) Parameters string $expr Return Value ValueInterface

FunctionNode::getSelector()

NodeInterface getSelector() Return Value NodeInterface

PseudoNode::getSelector()

NodeInterface getSelector() Return Value NodeInterface

DefaultCsrfProvider deprecated::isCsrfTokenValid()

bool isCsrfTokenValid(string $intention, string $token) Validates a CSRF token. Parameters string $intention The intention used when generating the CSRF token string $token The token supplied by the browser Return Value bool Whether the token supplied by the browser is correct

MemoryDataCollector::getMemoryLimit()

int getMemoryLimit() Gets the PHP memory limit. Return Value int The memory limit

Response::closeOutputBuffers()

static closeOutputBuffers(int $targetLevel, bool $flush) Cleans or flushes output buffers up to target level. Resulting level can be greater than target level if a non-removable buffer has been encountered. Parameters int $targetLevel The target output buffering level bool $flush Whether to flush or clean the buffers

ValidatorBuilder::addMethodMapping()

ValidatorBuilderInterface addMethodMapping(string $methodName) Enables constraint mapping using the given static method. Parameters string $methodName The name of the method Return Value ValidatorBuilderInterface The builder object

Component\VarDumper\Caster

Classes ConstStub Represents a PHP constant and its value. CutStub Represents the main properties of a PHP variable, pre-casted by a caster. DOMCaster Casts DOM related classes to array representation. DoctrineCaster Casts Doctrine related classes to array representation. ExceptionCaster Casts common Exception classes to array representation. PdoCaster Casts PDO related classes to array representation. ReflectionCaster Casts Reflector related classes to array represen