AbstractExtension::getFunctionTranslators()

callable[] getFunctionTranslators() Returns function translators. Return Value callable[]

Callback::getDefaultOption()

string getDefaultOption() Returns the name of the default option. Override this method to define a default option. Return Value string

ReflectionCaster::castType()

static castType(ReflectionType $c, array $a, Stub $stub, $isNested) Parameters ReflectionType $c array $a Stub $stub $isNested

ViolationPath::getElements()

array getElements() Returns the elements of the property path as array. Return Value array An array of property/index names

Constraint::addImplicitGroupName()

addImplicitGroupName(string $group) Adds the given group if this constraint is in the Default group. Parameters string $group

FlashBagInterface::peek()

array peek(string $type, array $default = array()) Gets flash messages for a given type. Parameters string $type Message category type array $default Default value if $type does not exist Return Value array

BaseNode::removeAttribute()

removeAttribute($key) Parameters $key

DnsMock::register()

static register($class) Parameters $class

DnsMock::withMockedHosts()

static withMockedHosts(array $hosts) Configures the mock values for DNS queries. Parameters array $hosts Mocked hosts as keys, arrays of DNS records as returned by dnsgetrecord() as values

MethodArgumentNotImplementedException deprecated

class MethodArgumentNotImplementedException extends MethodArgumentNotImplementedException deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\Exception\MethodArgumentNotImplementedException} instead. Alias of {@link \Symfony\Component\Intl\Exception\MethodArgumentNotImplementedException}. Constants INTL_INSTALL_MESSAGE Methods __construct(string $methodName, string $argName) Constructor. from MethodArgumentNotImplementedException Details