NativeSessionStorage::setMetadataBag()

setMetadataBag(MetadataBag $metaBag = null) Sets the MetadataBag. Parameters MetadataBag $metaBag

VarDumperTestTrait::assertDumpMatchesFormat()

assertDumpMatchesFormat($dump, $data, $message = '') Parameters $dump $data $message

TableHelper deprecated::setBorderFormat()

TableHelper setBorderFormat(string $borderFormat) Sets table border format. Parameters string $borderFormat Return Value TableHelper

Bundle\DebugBundle\DependencyInjection\Compiler

Classes DumpDataCollectorPass Registers the file link format for the {@link \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector}.

MockArraySessionStorage::getMetadataBag()

MetadataBag getMetadataBag() Gets the MetadataBag. Return Value MetadataBag

WriteCheckSessionHandler

class WriteCheckSessionHandler implements SessionHandlerInterface Wraps another SessionHandlerInterface to only write the session when it has been modified. Methods __construct(SessionHandlerInterface $wrappedSessionHandler) close() {@inheritdoc} destroy($sessionId) {@inheritdoc} gc($maxlifetime) {@inheritdoc} open($savePath, $sessionName) {@inheritdoc} read($sessionId) {@inheritdoc} write($sessionId, $data) {@inheritdoc} Details

Client::getRequest()

object|null getRequest() Returns the current origin Request instance. The origin request is the request instance that is sent to the code that handles requests. Return Value object|null A Request instance

UploadValidatorExtension::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options

BufferingLogger::log()

log($level, $message, array $context = array()) Parameters $level $message array $context

HttpKernelExtension::getName()

getName() {@inheritdoc}