ChainAdapter::clear()

clear() {@inheritdoc}

Application::setDefaultCommand()

setDefaultCommand(string $commandName) Sets the default Command name. Parameters string $commandName The Command name

AcceptHeaderItem::setQuality()

AcceptHeaderItem setQuality(float $quality) Set the item quality. Parameters float $quality Return Value AcceptHeaderItem

SessionStorageInterface

interface SessionStorageInterface StorageInterface. Methods bool start() Starts the session. bool isStarted() Checks if the session is started. string getId() Returns the session ID. setId(string $id) Sets the session ID. mixed getName() Returns the session name. setName(string $name) Sets the session name. bool regenerate(bool $destroy = false, int $lifetime = null) Regenerates id that represents this storage. save() Force the session to be saved and c

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}

OutputStyle::isDebug()

bool isDebug() Returns whether verbosity is debug (-vvv). Return Value bool true if verbosity is set to VERBOSITY_DEBUG, false otherwise

CsvFileDumper::setCsvControl()

setCsvControl(string $delimiter = ';', string $enclosure = '"') Sets the delimiter and escape character for CSV. Parameters string $delimiter delimiter character string $enclosure enclosure character

Session::getMetadataBag()

MetadataBag getMetadataBag() Gets session meta. Return Value MetadataBag