Bridge\Propel1\Form\Type

Classes ModelType ModelType class. TranslationCollectionType form type for i18n-columns in propel TranslationType Translation type class

ProxyAdapter::saveDeferred()

saveDeferred(CacheItemInterface $item) {@inheritdoc} Parameters CacheItemInterface $item

MockFileSessionStorage

class MockFileSessionStorage extends MockArraySessionStorage MockFileSessionStorage is used to mock sessions for functional testing when done in a single PHP process. No PHP session is actually started since a session can be initialized and shutdown only once per PHP execution cycle and this class does not pollute any session related globals, including session_*() functions or session.* PHP ini directives. Methods __construct(string $savePath = null, string $name = 'MOCKSESSID', Metadata

PhpProcess::setPhpBinary()

setPhpBinary($php) Sets the path to the PHP binary to use. Parameters $php

FormInterface::getErrors()

FormErrorIterator getErrors(bool $deep = false, bool $flatten = true) Returns the errors of this form. Parameters bool $deep Whether to include errors of child forms as well bool $flatten Whether to flatten the list of errors in case $deep is set to true Return Value FormErrorIterator An iterator over the {@link FormError} instances that where added to this form

Component\Form\Extension\Core\DataMapper

Classes PropertyPathMapper A data mapper using property paths to read/write data.

ContainerBuilder::findTags()

array findTags() Returns all tags the defined services use. Return Value array An array of tags

Button::offsetSet()

offsetSet(mixed $offset, mixed $value) Unsupported method. This method should not be invoked. Parameters mixed $offset mixed $value Exceptions BadMethodCallException

AttributeMetadataInterface::getGroups()

string[] getGroups() Gets groups of this attribute. Return Value string[]

ArrayChoiceList::getValues()

string[] getValues() Returns the values for the choices. The values are strings that do not contain duplicates. Return Value string[] The choice values