Bridge\Doctrine\Form\DataTransformer

Classes CollectionToArrayTransformer

AppVariable::getDebug()

bool getDebug() Returns the current app debug mode. Return Value bool The current debug mode

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

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.

ExtensionInterface::getFunctionTranslators()

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

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.