Definition::setMethodCalls()

Definition setMethodCalls(array $calls = array()) Sets the methods to call after service initialization. Parameters array $calls An array of method calls Return Value Definition The current instance

Crawler::addNode()

addNode(DOMNode $node) Adds a \DOMNode instance to the list of nodes. Parameters DOMNode $node A \DOMNode instance

ResourceCaster::castGd()

static castGd($gd, array $a, Stub $stub, $isNested) Parameters $gd array $a Stub $stub $isNested

FormBuilder

class FormBuilder extends FormConfigBuilder implements IteratorAggregate, FormBuilderInterface A builder for creating {@link Form} instances. Methods __construct(string|int $name, string $dataClass, EventDispatcherInterface $dispatcher, FormFactoryInterface $factory, array $options = array()) Creates a new form builder. FormConfigBuilderInterface addEventListener(string $eventName, callable $listener, int $priority) Adds an event listener to an event on this form. from FormConfigBu

Definition::removeAutowiringType()

Definition removeAutowiringType(string $type) Removes a type. Parameters string $type Return Value Definition The current instance

AcceptHeaderItem::getQuality()

float getQuality() Returns the item quality. Return Value float

Locale::parseLocale()

static array parseLocale(string $locale) Not supported. Returns an associative array of locale identifier subtags. Parameters string $locale The locale code to extract the subtag array from Return Value array Associative array with the extracted subtags Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.parselocale.php

Definition::getAutowiringTypes()

string[] getAutowiringTypes() Gets autowiring types that will default to this definition. Return Value string[]

Definition::clearTag()

Definition clearTag(string $name) Clears all tags for a given name. Parameters string $name The tag name Return Value Definition

XmlDumper

class XmlDumper extends Dumper XmlDumper dumps a service container as an XML string. Methods __construct(ContainerBuilder $container) from Dumper string dump(array $options = array()) Dumps the service container as an XML string. static string phpToXml(mixed $value) Converts php types to xml types. Details __construct(ContainerBuilder $container) Parameters ContainerBuilder $container The service container to dump