Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 30... Línea 30...
30
 *
30
 *
31
 * @copyright  2016 Andrew Nicols <andrew@nicols.co.uk>
31
 * @copyright  2016 Andrew Nicols <andrew@nicols.co.uk>
32
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
32
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
33
 */
33
 */
34
class mustache_quote_helper {
34
class mustache_quote_helper {
35
 
-
 
36
    /**
35
    /**
37
     * Wrap content in quotes, and escape all special JSON characters used.
36
     * Wrap content in quotes, and escape all special JSON characters used.
38
     *
37
     *
39
     * Note: This helper is only compatible with the standard {{ }} delimeters.
38
     * Note: This helper is only compatible with the standard {{ }} delimeters.
40
     *
39
     *