H::xmlTag PHP Method

xmlTag() public static method

组合xml标签
public static xmlTag ( $tag, $content = false, array $htmlOptions = [], $closeTag = true )
$htmlOptions array
    public static function xmlTag($tag, $content = false, array $htmlOptions = array(), $closeTag = true)
    {
        return parent::tag($tag, $htmlOptions, $content, $closeTag);
    }