HtmlMeta implements Component
Generates meta tags for the <head> section.
Tags
Interfaces, Classes and Traits
- Component
- Components build and render UI snippets to HTML.
Table of Contents
- __toString() : string
- render() : string
- Render the component to HTML.
Methods
__toString()
public
__toString() : string
Return values
string —render()
Render the component to HTML.
public
abstract render() : string