HeaderBag::add()

add(array $headers) Adds new headers the current HTTP headers set. Parameters array $headers An array of HTTP headers

AttributeBag::getIterator()

ArrayIterator getIterator() Returns an iterator for attributes. Return Value ArrayIterator An \ArrayIterator instance

RequestContext::getParameter()

mixed getParameter(string $name) Gets a parameter value. Parameters string $name A parameter name Return Value mixed The parameter value or null if nonexistent

Helper::formatMemory()

static formatMemory($memory) Parameters $memory

FieldEntry::getField()

string getField() Returns the field used for this entry. Return Value string

MongoDbSessionHandler::write()

write($sessionId, $data) {@inheritdoc} Parameters $sessionId $data

OutOfBoundsException

class OutOfBoundsException extends OutOfBoundsException implements ExceptionInterface Base OutOfBoundsException for Form component.

ConsoleHandler::onTerminate()

onTerminate(ConsoleTerminateEvent $event) After a command has been executed, it disables the output. Parameters ConsoleTerminateEvent $event

ValidatorBuilder::addYamlMappings()

ValidatorBuilderInterface addYamlMappings(array $paths) Adds a list of YAML constraint mappings file to the validator. Parameters array $paths The paths to the mapping files Return Value ValidatorBuilderInterface The builder object

ORMQueryBuilderLoader

class ORMQueryBuilderLoader implements EntityLoaderInterface Loads entities using a {@link QueryBuilder} instance. Methods __construct(QueryBuilder $queryBuilder) Construct an ORM Query Builder Loader. array getEntities() Returns an array of entities that are valid choices in the corresponding choice list. array getEntitiesByIds(string $identifier, array $values) Returns an array of entities matching the given identifiers. Details __construct(Qu