Bridge\Doctrine\Form\DataTransformer

Classes CollectionToArrayTransformer

AppVariable::getDebug()

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

DataCollector::serialize()

serialize()

SvnCommit::getDate()

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

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

NotBlank

class NotBlank extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. IS_BLANK_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message Methods static stri

Bridge\Doctrine\Form\EventListener

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

CurrencyBundleInterface::getFractionDigits()

int|null getFractionDigits(string $currency) Returns the number of digits after the comma of a currency. Parameters string $currency A currency code (e.g. "EUR") Return Value int|null The number of digits after the comma or NULL if not found

NoSuchIndexException

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