Form::offsetGet()

FormField offsetGet(string $name) Gets the value of a field. Parameters string $name The field name Return Value FormField The associated Field instance Exceptions InvalidArgumentException if the field does not exist

StopwatchEvent::getPeriods()

StopwatchPeriod[] getPeriods() Gets all event periods. Return Value StopwatchPeriod[] An array of StopwatchPeriod instances

Crawler::add()

add(DOMNodeList|DOMNode|array|string|null $node) Adds a node to the current list of nodes. This method uses the appropriate specialized add*() method based on the type of the argument. Parameters DOMNodeList|DOMNode|array|string|null $node A node Exceptions InvalidArgumentException When node is not the expected type.

ArrayParserCache::save()

save(string $key, ParsedExpression $expression) Saves an expression in the cache. Parameters string $key The cache key ParsedExpression $expression A ParsedExpression instance to store in the cache

QueryInterface

interface QueryInterface Constants DEREF_NEVER DEREF_SEARCHING DEREF_FINDING DEREF_ALWAYS Methods CollectionInterface|Entry[] execute() Executes a query and returns the list of Ldap entries. Details CollectionInterface|Entry[] execute() Executes a query and returns the list of Ldap entries. Return Value CollectionInterface|Entry[]

ContainerBuilder::getServiceIds()

array getServiceIds() Gets all service ids. Return Value array An array of all defined service ids

TranslationDataCollector::collect()

collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. Parameters Request $request A Request instance Response $response A Response instance Exception $exception An Exception instance

HttpCache::getStore()

StoreInterface getStore() Gets the current store. Return Value StoreInterface $store A StoreInterface instance

Profile::getTime()

string getTime() Returns the time. Return Value string The time

Route::hasRequirement()

bool hasRequirement(string $key) Checks if a requirement is set for the given key. Parameters string $key A variable name Return Value bool true if a requirement is specified, false otherwise