first commit
This commit is contained in:
11
wp-content/plugins/brizy/parser/dom-node.php
Normal file
11
wp-content/plugins/brizy/parser/dom-node.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class Brizy_Parser_DomNode extends pQuery\DomNode {
|
||||
/**
|
||||
* Similar to JavaScript innerText, will return (html formatted) content
|
||||
* @return string
|
||||
*/
|
||||
function getInnerText() {
|
||||
return $this->toString( true, true, 1 );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user