Definition::hasAutowiringType()

bool hasAutowiringType(string $type) Will this definition default for the given type? Parameters string $type Return Value bool

Request::getPreferredLanguage()

string|null getPreferredLanguage(array $locales = null) Returns the preferred language. Parameters array $locales An array of ordered available locales Return Value string|null The preferred locale

EventDataCollector::getNotCalledListeners()

array getNotCalledListeners() Gets the not called listeners. Return Value array An array of not called listeners See also TraceableEventDispatcherInterface

Valid

class Valid extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $traverse Methods static string getErrorName(int

HeaderBag::getCacheControlDirective()

mixed|null getCacheControlDirective(string $key) Returns a Cache-Control directive value by name. Parameters string $key The directive name Return Value mixed|null The directive value if defined, null otherwise

MetadataInterface::getCascadingStrategy()

int getCascadingStrategy() Returns the strategy for cascading objects. Return Value int The cascading strategy See also CascadingStrategy

DnsMock::gethostbyaddr()

static gethostbyaddr($ipAddress) Parameters $ipAddress

IcuResFileLoader

class IcuResFileLoader implements LoaderInterface IcuResFileLoader loads translations from a resource bundle. Methods MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Details MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Parameters mixed $resource A resource string $locale A locale string $domain The domain Return Value MessageCatalogue A

Crawler::eq()

Crawler eq(int $position) Returns a node given its position in the node list. Parameters int $position The position Return Value Crawler A new instance of the Crawler with the selected node, or an empty Crawler if it does not exist

Collator::getErrorMessage()

string getErrorMessage() Returns collator's last error message. Always returns the UZEROERROR_MESSAGE class constant value. Return Value string The error message from last collator call