API15

API15:JDocument/setTab

From Joomla! Documentation

Revision as of 14:05, 12 May 2013 by JoomlaWikiBot (talk | contribs) (removing red link to edit, no existant pages)

Description

Sets the string used to indent HTML

[<! removed edit link to red link >]

<! removed transcluded page call, red link never existed >

Syntax

setTab($string)
Parameter Name Default Value Description
$string $string String used to indent ("\11", "\t", ' ', etc.). public

Returns

void

Defined in

libraries/joomla/document/document.php

Importing

jimport( 'joomla.document.document' );

Source Body

function setTab($string) {
        $this->_tab = $string;
}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples

<CodeExamplesForm />