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
2016-10-30 17:18:03
Comments
Leave a Comment

Please login to continue.