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.

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.

Input::bind()

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

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[]

NoSuchIndexException

class NoSuchIndexException extends AccessException Thrown when an index cannot be found.

Bridge\Doctrine\Form\EventListener

Classes MergeDoctrineCollectionListener Merge changes from the request to a Doctrine\Common\Collections\Collection instance.

MemcachedSessionHandler::open()

open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName