LogicException

class LogicException extends LogicException implements ExceptionInterface LogicException.

CombinedSelectorNode::getCombinator()

string getCombinator() Return Value string

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

DnsMock::gethostbyaddr()

static gethostbyaddr($ipAddress) Parameters $ipAddress

MetadataInterface::getCascadingStrategy()

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

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