endField() public method
Ends a form field.
This method will return the closing tag of an active form field started by beginField().
public string endField ( ) | ||
---|---|---|
return | string |
The closing tag of the form field. |
throws | yii\base\InvalidCallException |
if this method is called without a prior beginField() call. |
Please login to continue.