Command

class Command extends PHPUnit_TextUI_Command {@inheritdoc}

FunctionExtension::translateNthChild()

XPathExpr translateNthChild(XPathExpr $xpath, FunctionNode $function, bool $last = false, bool $addNameTest = true) Parameters XPathExpr $xpath FunctionNode $function bool $last bool $addNameTest Return Value XPathExpr Exceptions ExpressionErrorException

Locale deprecated::getCountries()

static array getCountries() Returns all available country codes. Return Value array The country codes Exceptions RuntimeException When the resource bundles cannot be loaded

FormConfigInterface::getViewTransformers()

DataTransformerInterface[] getViewTransformers() Returns the view transformers of the form. Return Value DataTransformerInterface[] An array of {@link DataTransformerInterface} instances

ElementNode::getNamespace()

null|string getNamespace() Return Value null|string

DumperInterface::dumpScalar()

dumpScalar(Cursor $cursor, string $type, scalar $value) Dumps a scalar value. Parameters Cursor $cursor The Cursor position in the dump string $type The PHP type of the value being dumped scalar $value The scalar value being dumped

StopwatchEvent::isStarted()

bool isStarted() Checks if the event was started. Return Value bool

TestSessionListener::onKernelRequest()

onKernelRequest(GetResponseEvent $event) Parameters GetResponseEvent $event

Bridge\Monolog\Processor

Classes WebProcessor WebProcessor override to read from the HttpFoundation's Request

JsonFileLoader

class JsonFileLoader extends FileLoader JsonFileLoader loads translations from an json file. Methods MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. from FileLoader 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 Me