Null_ implements Tag
Table of Contents
Interfaces
- Tag
Methods
- __toString() : string
- create() : void
- getName() : string
- render() : string
Methods
__toString()
    public
                    __toString() : string
    Return values
stringcreate()
    public
            static        create(mixed $body) : void
    Parameters
- $body : mixed
getName()
    public
                    getName() : string
    Return values
stringrender()
    public
                    render([Formatter|null $formatter = null ]) : string
    Parameters
- $formatter : Formatter|null = null