Tag
class Tag
Properties
| array | $attributes | ||
| string | $content |
Methods
__construct(string $tag_name)
Constructor
string
get_tag_name()
Get the tag name
string
render()
Render the HTML tag as a string
Details
at line 19
__construct(string $tag_name)
Constructor
at line 28
string
get_tag_name()
Get the tag name
at line 50
string
render()
Render the HTML tag as a string