RenderedContent
in package
implements
RenderedContentInterface, Stringable
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- __toString() : string
- getContent() : string
- getDocument() : Document
Properties
$content
private
string
$content
Tags
$document
private
Document
$document
Tags
Methods
__construct()
public
__construct(Document $document, string $content) : mixed
Parameters
- $document : Document
- $content : string
__toString()
public
__toString() : string
Tags
Return values
stringgetContent()
public
getContent() : string
Return values
stringgetDocument()
public
getDocument() : Document