Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyBogdanov committed Jan 23, 2018
1 parent 9eb925d commit 14a6664
Show file tree
Hide file tree
Showing 7 changed files with 1,389 additions and 688 deletions.
6 changes: 6 additions & 0 deletions classes/Node/Element.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

namespace SDom\Node;

/**
* Node representing an HTML element.
*
* Class Element
* @package SDom\Node
*/
class Element implements
NodeInterface,
\IteratorAggregate,
Expand Down
Loading

0 comments on commit 14a6664

Please sign in to comment.