SvnCommit::getDate()

string getDate() Returns the date of the commit. Return Value string The commit date

DataCollector::serialize()

serialize()

TableCell

class TableCell Methods __construct(string $value = '', array $options = array()) string __toString() Returns the cell value. int getColspan() Gets number of colspan. int getRowspan() Gets number of rowspan. Details __construct(string $value = '', array $options = array()) Parameters string $value array $options string __toString() Returns the cell value. Return Value string

Client::insulate()

insulate(bool $insulated = true) Sets the insulated flag. Parameters bool $insulated Whether to insulate the requests or not Exceptions RuntimeException When Symfony Process Component is not installed

Bridge\Doctrine\Form\EventListener

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

NoSuchIndexException

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

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