WebProfilerExtension::getFunctions()

getFunctions() {@inheritdoc}

PropertyAccessorBuilder::disableMagicCall()

PropertyAccessorBuilder disableMagicCall() Disables the use of "__call" by the PropertyAccessor. Return Value PropertyAccessorBuilder The builder object

Data::getRawData()

array getRawData() Return Value array The raw data structure

ObjectIdentityInterface::getType()

string getType() Returns a type for the domain object. Typically, this is the PHP class name. Return Value string cannot return null

ConstraintViolationBuilderInterface

interface ConstraintViolationBuilderInterface Builds {@link \Symfony\Component\Validator\ConstraintViolationInterface} objects. Use the various methods on this interface to configure the built violation. Finally, call {@link addViolation()} to add the violation to the current execution context. Methods ConstraintViolationBuilderInterface atPath(string $path) Stores the property path at which the violation should be generated. ConstraintViolationBuilderInterface setParameter(string $

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