ArgumentResolverInterface

interface ArgumentResolverInterface An ArgumentResolverInterface instance knows how to determine the arguments for a specific action. Methods array getArguments(Request $request, callable $controller) Returns the arguments to pass to the controller. Details array getArguments(Request $request, callable $controller) Returns the arguments to pass to the controller. Parameters Request $request callable $controller Return Value array An array o

PropertyPathBuilder::append()

append(PropertyPathInterface|string $path, int $offset, int $length) Appends a (sub-) path to the current path. Parameters PropertyPathInterface|string $path The path to append int $offset The offset where the appended piece starts in $path. int $length The length of the appended piece If 0, the full path is appended.

Input::bind()

bind(InputDefinition $definition) Binds the current Input instance with the given arguments and options. Parameters InputDefinition $definition A InputDefinition instance

Client::disableReboot()

disableReboot() Disables kernel reboot between requests. By default, the Client reboots the Kernel for each request. This method allows to keep the same kernel across requests.

ProgressBar::advance()

advance(int $step = 1) Advances the progress output X steps. Parameters int $step Number of steps to advance Exceptions LogicException

All::getDefaultOption()

string getDefaultOption() Returns the name of the default option. Override this method to define a default option. Return Value string

Bridge\Propel1\DependencyInjection

Namespaces Symfony\Bridge\Propel1\DependencyInjection\Security

ExtensionInterface::getFunctionTranslators()

callable[] getFunctionTranslators() Returns function translators. Return Value callable[]

CodeHelper::formatFileFromText()

formatFileFromText($text) Parameters $text

DoctrineDataCollector::getName()

string getName() Returns the name of the collector. Return Value string The collector name