outertext() public method

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