Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core\output\mustache_quote_helper Class Reference

Wrap content in quotes, and escape all special JSON characters used. More...

Public Member Functions

 quote ($text, Mustache_LambdaHelper $helper)
 Wrap content in quotes, and escape all special JSON characters used.
 

Detailed Description

Wrap content in quotes, and escape all special JSON characters used.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ quote()

core\output\mustache_quote_helper::quote ( $text,
Mustache_LambdaHelper $helper )

Wrap content in quotes, and escape all special JSON characters used.

Note: This helper is only compatible with the standard {{ }} delimeters.

Parameters
string$textThe text to parse for arguments.
Mustache_LambdaHelper$helperUsed to render nested mustache variables.
Return values
string

The documentation for this class was generated from the following file: