API16

API16:JApplication/ toString

From Joomla! Documentation

Revision as of 01:17, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Returns the response


<! 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 transcluded page call, red link never existed >

Examples

Code Examples