ExprBuilder::thenEmptyArray()

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

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

LoggingTranslator::setLocale()

setLocale(string $locale) Sets the current locale. Parameters string $locale The locale Exceptions InvalidArgumentException If the locale contains invalid characters

MethodNotImplementedException deprecated

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

ConnectionException

class ConnectionException extends RuntimeException implements ExceptionInterface ConnectionException is throw if binding to ldap can not be established.

Validator deprecated::hasMetadataFor()

bool hasMetadataFor(mixed $value) Returns whether the class is able to return metadata for the given value. Parameters mixed $value Some value Return Value bool Whether metadata can be returned for that value

JsonDescriptor

class JsonDescriptor extends Descriptor Methods describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. from Descriptor Details describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Parameters OutputInterface $output object $object array $options

ValidatorBuilder::setMetadataCache()

ValidatorBuilderInterface setMetadataCache(CacheInterface $cache) Sets the cache for caching class metadata. Parameters CacheInterface $cache The cache instance Return Value ValidatorBuilderInterface The builder object

Component\Translation\Dumper

Classes CsvFileDumper CsvFileDumper generates a csv formatted string representation of a message catalogue. FileDumper FileDumper is an implementation of DumperInterface that dump a message catalogue to file(s). IcuResFileDumper IcuResDumper generates an ICU ResourceBundle formatted string representation of a message catalogue. IniFileDumper IniFileDumper generates an ini formatted string representation of a message catalogue. MoFileDumper MoFileDumper generates a gettext for

ExecutionContext deprecated::getViolations()

ConstraintViolationListInterface getViolations() Returns the violations generated by the validator so far. Return Value ConstraintViolationListInterface The constraint violation list.