widgets\ActiveForm endField()

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.

doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.