Craft\IAnalytics::__construct PHP Method

__construct() public method

Override __construct() to store whether or not we should be sending Analytics data
public __construct ( boolean $isSsl = false )
$isSsl boolean
    public function __construct($isSsl = false)
    {
        $this->shouldSendAnalytics = craft()->instantAnalytics->shouldSendAnalytics();
        return parent::__construct($isSsl);
    }