Tag
in
Table of Contents
- __toString() : string
- create() : Tag|mixed
- getName() : string
- render() : string
Methods
__toString()
public
__toString() : string
Return values
string —create()
public
static create(string $body) : Tag|mixed
Parameters
- $body : string
Tags
Return values
Tag|mixed —Class that implements Tag
getName()
public
getName() : string
Return values
string —render()
public
render([Formatter|null $formatter = null ]) : string
Parameters
- $formatter : Formatter|null = null