Back to LayoutInterface class

Method escape

public string
escape
(mixed $output)
Method to escape output.
Parameters
  • string $output The output to escape.
Returns
  • string The escaped output.
Since
  • 3.0

Method escape - Source code

/**
 * Method to escape output.
 *
 * @param   string  $output  The output to escape.
 *
 * @return  string  The escaped output.
 *
 * @since   3.0
 */
public function escape($output);