Ejemplo n.º 1
0
 function &GetString()
 {
     if (!is_object($this->tree)) {
         return false;
     } else {
         return $this->tree->__toString();
     }
 }