API15

API15:JApplication/ toString

From Joomla! Documentation

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

Description

Returns the response

[<! removed edit link to red link >]

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

Syntax

__toString()


Returns

string

Defined in

libraries/joomla/application/application.php

Importing

jimport( 'joomla.application.application' );

Source Body

public function __toString()
{
        $compress = $this->getCfg('gzip', false);
        return JResponse::toString($compress);
}

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

Examples

<CodeExamplesForm />