Joomla Documentation by Component Creator
Namespaces
Interfaces
Classes
Overview
Classes
JViewHtml
escape
Introduction
Synopsis
Parameter
Return
Interface
Overrides
JViewHtml::
escape
Method to escape output.
Signature
public function escape(string $outputĀ )
Parameters
$output
The output to escape.
Returns
string
The escaped output.
Defined by Interface
JView
Parent Implementation
JViewBase