API17

API17:JDocument::setTab

From Joomla! Documentation

Joomla 11.1 JDocument::setTab

Description

Sets the string used to indent HTML.


public function setTab ($string)
Parameter Type Default Description
$string string String used to indent ("\11", "\t", ' ', etc.).
  • Returns void
  • Defined on line 698 of libraries/joomla/document/document.php

See also


User contributed notes

Code Examples