Interface FieldsetPrepareAwareInterface

Summary

Fully Qualified Name: Zend\Form\FieldsetPrepareAwareInterface

Description

Deprecated by https://github.com/zendframework/zf2/pull/5636

Methods

Name Description Defined By
prepareFieldset() Prepare the fieldset element (called while this fieldset is added to another one) FieldsetPrepareAwareInterface

Method Details

prepareFieldset()

Prepare the fieldset element (called while this fieldset is added to another one)

Returns: mixed

Top