×
Feedback module
Description
Text module helps you to create live editable texts on frontend.
Include
use yii\easyii\modules\feedback\api\Feedback;
Public functions
array Feedback::form( $options = [] ) | ||
$options | array |
|
Returns fully worked standalone html form. |
array Feedback::save( $data ) | ||
If you using your own form, this function will be useful for manual saving feedback's. | ||
$data | array |
|
Returns Result array. |