Beispiel #1
0
 function getUnparsed($noparse = FALSE)
 {
     $attrib = $this->_attrib ? '=' . $this->_attrib : '';
     return "[{$this->_tag}{$attrib}]" . parent::flatten($noparse) . "[/{$this->_tag}]";
 }