Process::setPty()

Process setPty(bool $bool) Sets PTY mode. Parameters bool $bool Return Value Process

DefinitionDecorator::setFactory()

Definition setFactory($callable) Sets a factory. Parameters $callable Return Value Definition The current instance

MappingRule::getTarget()

FormInterface getTarget() Return Value FormInterface Exceptions ErrorMappingException

ChoiceListInterface deprecated::getValues()

array getValues() Returns the values for the choices. Return Value array The values with the corresponding choice indices as keys

AdapterInterface deprecated::setMode()

AdapterInterface setMode(int $mode) Parameters int $mode Return Value AdapterInterface Current instance

Route::setOptions()

setOptions($options) Parameters $options

Crawler::xpathLiteral()

static string xpathLiteral(string $s) Converts string for XPath expressions. Escaped characters are: quotes (") and apostrophe ('). Examples: echo Crawler::xpathLiteral('foo " bar'); //prints 'foo " bar' echo Crawler::xpathLiteral("foo ' bar"); //prints "foo ' bar" echo Crawler::xpathLiteral('a\'b"c'); //prints concat('a', "'", 'b"c') Parameters string $s String to be escaped Return Value string Converted string

LdapClient deprecated::getEntryManager()

EntryManagerInterface getEntryManager() Return Value EntryManagerInterface

DnsMock::getmxrr()

static getmxrr($hostname, $mxhosts, $weight = null) Parameters $hostname $mxhosts $weight

Form::all()

FormInterface[] all() Returns all children in this group. Return Value FormInterface[] An array of FormInterface instances