DumpTokenParser::getTag()

getTag() {@inheritdoc}

Locale::getKeywords()

static array getKeywords(string $locale) Not supported. Returns the keywords for the locale. Parameters string $locale The locale code to extract the keywords from Return Value array Associative array with the extracted variants Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.getkeywords.php

KernelTestCase

class KernelTestCase extends PHPUnit_Framework_TestCase KernelTestCase is the base class for tests needing a Kernel.

Locale::filterMatches()

static string filterMatches(string $langtag, string $locale, bool $canonicalize = false) Not supported. Checks if a language tag filter matches with locale. Parameters string $langtag The language tag to check string $locale The language range to check against bool $canonicalize Return Value string The corresponding locale code Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.filtermatches.php

Data::dump()

dump(DumperInterface $dumper) Dumps data with a DumperInterface dumper. Parameters DumperInterface $dumper

ClassMetadataInterface::isGroupSequenceProvider()

bool isGroupSequenceProvider() Returns whether the "Default" group is overridden by a dynamic group sequence obtained by the validated objects. If this method returns true, the class must implement {@link \Symfony\Component\Validator\GroupSequenceProviderInterface}. This interface will be used to obtain the group sequence when an object of this class is validated. Return Value bool Returns true if the "Default" group is overridden by a dynamic group sequence See also \Symfony\C

ScopeCrossingInjectionException

class ScopeCrossingInjectionException extends RuntimeException This exception is thrown when the a scope crossing injection is detected. Methods __construct($sourceServiceId, $sourceScope, $destServiceId, $destScope, Exception $previous = null) getSourceServiceId() getSourceScope() getDestServiceId() getDestScope() Details __construct($sourceServiceId, $sourceScope, $destServiceId, $destScope, Exception $previous = null)

OptionsResolver::resolve()

array resolve(array $options = array()) Merges options with the default values stored in the container and validates them. Exceptions are thrown if: Undefined options are passed; Required options are missing; Options have invalid types; Options have invalid values. Parameters array $options A map of option names to values Return Value array The merged and validated options Exceptions UndefinedOptionsException If an option name is undefined InvalidOptionsException If an option d

CurrencyBundleTransformationRule::getBundleName()

string getBundleName() Returns the name of the compiled resource bundle. Return Value string The name of the bundle.

Reader::getPosition()

int getPosition() Return Value int