Escaper::escapeWithSingleQuotes()

static string escapeWithSingleQuotes(string $value) Escapes and surrounds a PHP value with single quotes. Parameters string $value A PHP value Return Value string The quoted, escaped string

ExecutionContextInterface deprecated::getMetadataFactory()

MetadataFactoryInterface getMetadataFactory() deprecated deprecated since version 2.5, to be removed in 3.0. Use {@link Context\ExecutionContextInterface::getValidator()} instead and call {@link Validator\ValidatorInterface::getMetadataFor()} or {@link Validator\ValidatorInterface::hasMetadataFor()} there. Returns the used metadata factory. Return Value MetadataFactoryInterface The metadata factory.

Process::enableOutput()

Process enableOutput() Enables fetching output and error output from the underlying process. Return Value Process Exceptions RuntimeException In case the process is already running

LdapInterface::getEntryManager()

EntryManagerInterface getEntryManager() Return Value EntryManagerInterface

Reader::findPattern()

bool findPattern(string $pattern) Parameters string $pattern Return Value bool

ExprBuilder::ifNull()

ExprBuilder ifNull() Tests if the value is null. Return Value ExprBuilder

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

LoggingTranslator::setLocale()

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

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