Skip to content

Commit ded8a82

Browse files
committed
Update AbstractNode.php
Field accessed via magic method - IDE friendly
1 parent 1f45a7a commit ded8a82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/PHPHtmlParser/Dom/AbstractNode.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
/**
88
* Dom node object.
9+
*
10+
* @property string outerhtml
11+
* @property string innerhtml
12+
* @property string text
913
*/
1014
abstract class AbstractNode {
1115

0 commit comments

Comments
 (0)