TableHelper deprecated

class TableHelper extends Helper deprecated since version 2.5, to be removed in 3.0 Use {@link Table} instead. Provides helpers to display table output. Constants LAYOUT_DEFAULT LAYOUT_BORDERLESS LAYOUT_COMPACT Methods setHelperSet(HelperSet $helperSet = null) Sets the helper set associated with this helper. from Helper HelperSet getHelperSet() Gets the helper set associated with this helper. from Helper static int strlen(string $string) Returns the length of a

ExprBuilder::thenEmptyArray()

ExprBuilder thenEmptyArray() Sets a closure returning an empty array. Return Value ExprBuilder

ProfilerExtension::enter()

enter(Twig_Profiler_Profile $profile) Parameters Twig_Profiler_Profile $profile

CurrencyDataProvider::getSymbol()

getSymbol($currency, $displayLocale = null) Parameters $currency $displayLocale

RecursiveValidator::startContext()

ContextualValidatorInterface startContext($root = null) Starts a new validation context and returns a validator for that context. The returned validator collects all violations generated within its context. You can access these violations with the {@link ContextualValidatorInterface::getViolations()} method. Parameters $root Return Value ContextualValidatorInterface The validator for the new context

ValidatorBuilder::setTranslationDomain()

ValidatorBuilderInterface setTranslationDomain(string $translationDomain) Sets the default translation domain of violation messages. The same message can have different translations in different domains. Pass the domain that is used for violation messages by default to this method. Parameters string $translationDomain The translation domain of the violation messages Return Value ValidatorBuilderInterface The builder object

Router::setOption()

setOption(string $key, mixed $value) Sets an option. Parameters string $key The key mixed $value The value Exceptions InvalidArgumentException

DOMCaster::castProcessingInstruction()

static castProcessingInstruction(DOMProcessingInstruction $dom, array $a, Stub $stub, $isNested) Parameters DOMProcessingInstruction $dom array $a Stub $stub $isNested

SplCaster::castFileInfo()

static castFileInfo(SplFileInfo $c, array $a, Stub $stub, $isNested) Parameters SplFileInfo $c array $a Stub $stub $isNested

Container::setParameter()

setParameter(string $name, mixed $value) Sets a parameter. Parameters string $name The parameter name mixed $value The parameter value