ClassMetadata::merge()

merge(ClassMetadataInterface $classMetadata) Merges a {@link ClassMetadataInterface} in the current one. Parameters ClassMetadataInterface $classMetadata

PersistentTokenInterface::getClass()

string getClass() Returns the class of the user. Return Value string

PersistentTokenInterface::getSeries()

string getSeries() Returns the series. Return Value string

PropelLogger::err()

err($message) {@inheritdoc} Parameters $message

ResolveParameterPlaceHoldersPass

class ResolveParameterPlaceHoldersPass implements CompilerPassInterface Resolves all parameter placeholders "%somevalue%" to their real values. Methods process(ContainerBuilder $container) Processes the ContainerBuilder to resolve parameter placeholders. Details process(ContainerBuilder $container) Processes the ContainerBuilder to resolve parameter placeholders. Parameters ContainerBuilder $container Exceptions ParameterNotFoundException

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

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.

StopwatchEvent::getPeriods()

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

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

Connection::getOption()

getOption($name) Parameters $name