PHP Class FluentDOM\Serializer\Html

Datei anzeigen Open project: fluentdom/fluentdom

Protected Properties

Property Type Description
$_node DOMNode

Public Methods

Method Description
__construct ( DOMNode $node )
__toString ( ) : string

Method Details

__construct() public method

public __construct ( DOMNode $node )
$node DOMNode

__toString() public method

public __toString ( ) : string
return string

Property Details

$_node protected_oe property

protected DOMNode $_node
return DOMNode