Route::setDefaults()

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

DOMCaster::castAttr()

static castAttr(DOMAttr $dom, array $a, Stub $stub, $isNested) Parameters DOMAttr $dom array $a Stub $stub $isNested

EntityUserProvider::supportsClass()

bool supportsClass(string $class) Whether this provider supports the given user class. Parameters string $class Return Value bool

ProcessPipes::read()

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.

DebugHandler::getLogs()

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

ExecutionContext::getRoot()

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

Bridge\Propel1\Form

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()

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

ControllerResolverInterface

interface ControllerResolverInterface A ControllerResolverInterface implementation knows how to determine the controller to execute based on a Request object. It can also determine the arguments to pass to the Controller. A Controller can be any valid PHP callable. Methods callable|false getController(Request $request) Returns the Controller instance associated with a Request. array getArguments(Request $request, callable $controller) deprecated Returns the arguments to pass to the

Section::startEvent()

StopwatchEvent startEvent(string $name, string $category) Starts an event. Parameters string $name The event name string $category The event category Return Value StopwatchEvent The event