JDocument::setTab
Sets the string used to indent HTML
Signature
public function setTab(string
$stringĀ )
Parameters
-
$string
- String used to indent ("\11", "\t", ' ', etc.).
Returns
- JDocument
- instance of $this to allow chaining