Back to Document class

Method _getTab

public string
_getTab
()
Returns a string containing the unit for indenting HTML
Returns
  • string
Since
  • 1.7.0
Class: Document
Project: Joomla

Method _getTab - Source code

/**
 * Returns a string containing the unit for indenting HTML
 *
 * @return  string
 *
 * @since   1.7.0
 */
public function _getTab()
{
    return $this->_tab;
}