API16

API16:JApplication/ toString

From Joomla! Documentation

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