Ldap::getEntryManager()

EntryManagerInterface getEntryManager() Return Value EntryManagerInterface

ChainAdapter::saveDeferred()

saveDeferred(CacheItemInterface $item) {@inheritdoc} Parameters CacheItemInterface $item

CompiledRoute::serialize()

serialize() {@inheritdoc}

ConstraintViolationInterface::getPlural()

int|null getPlural() Returns a number for pluralizing the violation message. For example, the message template could have different translation based on a parameter "choices": Please select exactly one entry. (choices=1) Please select two entries. (choices=2) This method returns the value of the parameter for choosing the right pluralization form (in this case "choices"). Return Value int|null The number to use to pluralize of the message

Crawler::link()

Link link(string $method = 'get') Returns a Link object for the first node in the list. Parameters string $method The method for the link (get by default) Return Value Link A Link instance Exceptions InvalidArgumentException If the current node list is empty or the selected node is not instance of DOMElement

ServiceReferenceGraph::connect()

connect(string $sourceId, string $sourceValue, string $destId, string $destValue = null, string $reference = null) Connects 2 nodes together in the Graph. Parameters string $sourceId string $sourceValue string $destId string $destValue string $reference

PropelLogger::getQueries()

array getQueries() Returns queries. Return Value array Queries

ResourceBundleNotFoundException

class ResourceBundleNotFoundException extends RuntimeException

ProxyAdapter::hasItem()

hasItem($key) {@inheritdoc} Parameters $key

Component\Form\Extension\DataCollector\Type

Classes DataCollectorTypeExtension Type extension for collecting data of a form with this type.