ProgressBar::advance()

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

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.

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.

CodeHelper::formatFileFromText()

formatFileFromText($text) Parameters $text

DoctrineDataCollector::getName()

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

RouterDataCollector::getName()

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

Application::getName()

string getName() Gets the name of the application. Return Value string The application name

Profile::setMethod()

setMethod($method) Parameters $method

HttpBasicFactory::getPosition()

string getPosition() Defines the position at which the provider is called. Possible values: preauth, form, http, and rememberme. Return Value string