setCookie(Cookie $cookie) Sets a cookie. Parameters Cookie $cookie
string|null getQueryString() Generates the normalized query string for the Request. It builds a normalized query string, where keys/value pairs are alphabetized and have consistent escaping. Return Value string|null A normalized query string for the Request
Route setDefaults(array $defaults) Sets the defaults. This method implements a fluent interface. Parameters array $defaults The defaults Return Value Route The current Route instance
static castAttr(DOMAttr $dom, array $a, Stub $stub, $isNested) Parameters DOMAttr $dom array $a Stub $stub $isNested
bool supportsClass(string $class) Whether this provider supports the given user class. Parameters string $class Return Value bool
array read(Boolean $blocking) Reads data in file handles and pipes. Parameters Boolean $blocking Whether to use blocking calls or not. Return Value array An array of read data indexed by their fd.
array getLogs() Returns an array of logs. A log is an array with the following mandatory keys: timestamp, message, priority, and priorityName. It can also have an optional context key containing an array. Return Value array An array of logs
mixed getRoot() Returns the value at which validation was started in the object graph. The validator, when given an object, traverses the properties and related objects and their properties. The root of the validation is the object from which the traversal started. The current value is returned by {@link getValue}. Return Value mixed The root value of the validation
Namespaces Symfony\Bridge\Propel1\Form\ChoiceListSymfony\Bridge\Propel1\Form\DataTransformerSymfony\Bridge\Propel1\Form\EventListenerSymfony\Bridge\Propel1\Form\Type Classes PropelExtension Represents the Propel form extension, which loads the Propel functionality. PropelTypeGuesser Propel Type guesser.
Process setCommandLine(string $commandline) Sets the command line to be executed. Parameters string $commandline The command to execute Return Value Process The current Process instance
Page 10 of 787