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

ApacheRequest

class ApacheRequest extends Request Request represents an HTTP request from an Apache server. Constants HEADER_CLIENT_IP HEADER_CLIENT_HOST HEADER_CLIENT_PROTO HEADER_CLIENT_PORT Properties ParameterBag $attributes Custom parameters from Request ParameterBag $request Request body parameters ($_POST) from Request ParameterBag $query Query string parameters ($_GET) from Request ServerBag $server Server and execution environment parameters ($_SERVER) from Request Fil

RemoteUserFactory::getPosition()

string getPosition() Defines the position at which the provider is called. Possible values: preauth, form, http, and rememberme. Return Value string

FormInterface::getPropertyPath()

PropertyPathInterface getPropertyPath() Returns the property path that the form is mapped to. Return Value PropertyPathInterface The property path

Definition::getAutowiringTypes()

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