|
Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Wrap content in quotes, and escape all quotes used. More...
Public Member Functions | |
| quote ($text, Mustache_LambdaHelper $helper) | |
| Wrap content in quotes, and escape all quotes used. More... | |
Wrap content in quotes, and escape all quotes used.
| core\output\mustache_quote_helper::quote | ( | $text, | |
| Mustache_LambdaHelper | $helper | ||
| ) |
Wrap content in quotes, and escape all quotes used.
Note: This helper is only compatible with the standard {{ }} delimeters.
| string | $text | The text to parse for arguments. |
| Mustache_LambdaHelper | $helper | Used to render nested mustache variables. |
| string |