outertext() public method

get dom node's outer text (with tag)
public outertext ( )
Esempio n. 1
0
 function outertext()
 {
     if ($this->tag === HDOM_ROOT_PSEUDOTAG) {
         return $this->innertext();
     }
     return parent::outertext();
 }