outertext() 공개 메소드

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