helpers\BaseHtml endTag()

endTag() public static method

Generates an end tag.

See also:

public static string endTag ( $name )
$name string|boolean|null

The tag name. If $name is null or false, the corresponding content will be rendered without any tag.

return string

The generated end tag

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

Please login to continue.