Interface ElementPrepareAwareInterface

Summary

Fully Qualified Name: Zend\Form\ElementPrepareAwareInterface

Description

Methods

Name Description Defined By
prepareElement() Prepare the form element (mostly used for rendering purposes) ElementPrepareAwareInterface

Method Details

prepareElement()

Prepare the form element (mostly used for rendering purposes)

Parameter Name Type Description
$form \FormInterface

Returns: mixed

Top