PHP Class Essence\Dom\Tag\Native

Inheritance: extends Essence\Dom\Tag
Show file Open project: benjamminf/craft-embedded-assets

Protected Properties

Property Type Description
$_Element DOMElement DOM element.

Public Methods

Method Description
__construct ( DOMElement $Element ) Constructeur.
get ( $name, $default = null ) {@inheritDoc}

Method Details

__construct() public method

Constructeur.
public __construct ( DOMElement $Element )
$Element DOMElement DOM element.

get() public method

{@inheritDoc}
public get ( $name, $default = null )

Property Details

$_Element protected property

DOM element.
protected DOMElement $_Element
return DOMElement