Component
Represents a restaurant menu component that can be rendered.
Tags
Table of Contents
- render() : string
- Renders the component. HTML is returned, not echoed.
Methods
render()
Renders the component. HTML is returned, not echoed.
public
render() : string
Return values
string —The component output.