Ejemplo n.º 1
0
 /**
  * Sets the string used to indent HTML
  * 
  * @since     1.7
  * @param     string    $string     String used to indent ("\11", "\t", '  ', etc.).
  * @access    public
  * @return    void
  */
 static function setTab($string)
 {
     self::$_tab = $string;
 }