Ejemplo n.º 1
0
 /**
  * Returns original formatted full text.
  */
 function __toString()
 {
     $str = $this->getContent();
     $str .= parent::__toString();
     return $str;
 }
Ejemplo n.º 2
0
 /**
  * Returns original formatted full text.
  */
 function __toString()
 {
     // @todo format table nicely
     return parent::__toString();
 }