FormErrorIterator::current()

FormError|FormErrorIterator current() Returns the current element of the iterator. Return Value FormError|FormErrorIterator An error or an iterator containing nested errors.

Bundle\WebProfilerBundle

Namespaces Symfony\Bundle\WebProfilerBundle\ControllerSymfony\Bundle\WebProfilerBundle\DependencyInjectionSymfony\Bundle\WebProfilerBundle\EventListenerSymfony\Bundle\WebProfilerBundle\Profiler Classes WebProfilerBundle Bundle.

FormView::getIterator()

ArrayIterator|FormView[] getIterator() Returns an iterator to iterate over children (implements \IteratorAggregate). Return Value ArrayIterator|FormView[] The iterator

ButtonBuilder::setRequestHandler()

FormConfigBuilderInterface setRequestHandler(RequestHandlerInterface $requestHandler) Unsupported method. Parameters RequestHandlerInterface $requestHandler Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

GenericEvent::setArguments()

GenericEvent setArguments(array $args = array()) Set args property. Parameters array $args Arguments Return Value GenericEvent

FormFactory::createForProperty()

FormInterface createForProperty(string $class, string $property, mixed $data = null, array $options = array()) Returns a form for a property of a class. Parameters string $class The fully qualified class name string $property The name of the property to guess for mixed $data The initial data array $options The options for the builder Return Value FormInterface The form named after the property Exceptions InvalidOptionsException if any given option is not applicable to the form

RegionDataGenerator

class RegionDataGenerator extends AbstractDataGenerator The rule for compiling the region bundle. Constants UNKNOWN_REGION_ID OUTLYING_OCEANIA_REGION_ID EUROPEAN_UNION_ID NETHERLANDS_ANTILLES_ID BOUVET_ISLAND_ID HEARD_MCDONALD_ISLANDS_ID CLIPPERTON_ISLAND_ID Methods __construct(GenrbCompiler $compiler, $dirName) from AbstractDataGenerator generateData(GeneratorConfig $config) {@inheritdoc} from AbstractDataGenerator Details

MergeOperation

class MergeOperation extends AbstractOperation Merge operation between two catalogues as follows: all = source ∪ target = {x: x ∈ source ∨ x ∈ target} new = all ∖ source = {x: x ∈ target ∧ x ∉ source} obsolete = source ∖ all = {x: x ∈ source ∧ x ∉ source ∧ x ∉ target} = ∅ Basically, the result contains messages from both catalogues. Methods __construct(MessageCatalogueInterface $source, MessageCatalogueInterface $target) from AbstractOperation array getDomains() Returns domains affe

DateType::finishView()

finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. This method gets called for each type in the hierarchy starting from the top most type. Type extensions can further modify the view. When this method is called, views of the form's children have already been built and finished and can be accessed. You should only implement such logic in this method that actually accesses child views. For everything else you are recommended to implement {@link buil

TraceableEventDispatcher

class TraceableEventDispatcher extends TraceableEventDispatcher Collects some data about event listeners. This event dispatcher delegates the dispatching to another one. Methods __construct(EventDispatcherInterface $dispatcher, Stopwatch $stopwatch, LoggerInterface $logger = null) Constructor. from TraceableEventDispatcher addListener(string $eventName, callable $listener, int $priority) Adds an event listener that listens on the specified events. from TraceableEventDispatcher ad