Property | Type | Description | |
---|---|---|---|
$SELF_CLOSING_TAGS | array | List of self-closing tags |
Method | Description | |
---|---|---|
evaluate ( ) : mixed | Return a tag | |
getOmitClosingTag ( ) : boolean | Whether to leave out the closing tag (defaults to FALSE) | |
getTagName ( ) : string | The tag name (e.g. 'body', 'head', 'title', . | |
isSelfClosingTag ( string $tagName ) : boolean |
Whether to force a self closing tag (e.g. ' ') |
public getOmitClosingTag ( ) : boolean | ||
return | boolean |