Exemple #1
0
 /**
  * Set tab value
  *
  * Sets the string used to indent HTML
  *
  * @param string $string String used to indent ("\11", "\t", '  ', etc.).
  *
  * @since     version 1.4.0 (2007-12-13)
  * @access    public
  * @return    void
  */
 function setTab($string)
 {
     $this->__set('tab', $string);
     parent::setTab($string);
 }