Text

Node representing an HTML element's text content. Class Text
implements SDom\Node\NodeInterface
Methods Summary
public
# __construct( string $content )
Text constructor.
public
# __toString( )
Return the string (HTML) representation of the node.

inheritdoc


Implementation of

public
# __clone( )

inheritDoc


Implementation of

public
# parent( )

inheritDoc


Implementation of

public
public
# detach( )

inheritDoc


Implementation of

public
# clone( )

inheritDoc


Implementation of

Properties Summary
protected string $content

# NULL
protected SDom\Node\Element $parent

# NULL