FormFactoryAwareTrait
Defines the trait for a FormFactoryInterface Aware Class.
since |
4.0.0 |
---|---|
package |
Joomla CMS |
Methods
getFormFactory
Get the FormFactoryInterface.
getFormFactory() : \Joomla\CMS\Form\FormFactoryInterface
since |
4.0.0 |
---|---|
throws |
|
Response
\Joomla\CMS\Form\FormFactoryInterface
setFormFactory
Set the form factory to use.
setFormFactory(\Joomla\CMS\Form\FormFactoryInterface formFactory = null) : $this
since |
4.0.0 |
---|
Arguments
- formFactory
\Joomla\CMS\Form\FormFactoryInterface
The form factory to use.
Response
$this