Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 12... Línea 12...
12
// GNU General Public License for more details.
12
// GNU General Public License for more details.
13
//
13
//
14
// You should have received a copy of the GNU General Public License
14
// You should have received a copy of the GNU General Public License
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
Línea 16... Línea -...
16
 
-
 
17
/**
-
 
18
 * Mustache helper to load strings from string_manager.
-
 
19
 *
-
 
20
 * @package    core
-
 
21
 * @category   output
-
 
22
 * @copyright  2015 Damyon Wiese
-
 
23
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
-
 
24
 */
-
 
25
 
16
 
Línea 26... Línea 17...
26
namespace core\output;
17
namespace core\output;
27
 
18
 
Línea 32... Línea 23...
32
 * This class will load language strings in a template.
23
 * This class will load language strings in a template.
33
 *
24
 *
34
 * @copyright  2015 Damyon Wiese
25
 * @copyright  2015 Damyon Wiese
35
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
36
 * @since      2.9
27
 * @since      2.9
-
 
28
 * @package core
37
 */
29
 */
38
class mustache_string_helper {
30
class mustache_string_helper {
39
 
-
 
40
    /**
31
    /**
41
     * Read a lang string from a template and get it from get_string.
32
     * Read a lang string from a template and get it from get_string.
42
     *
33
     *
43
     * Some examples for calling this from a template are:
34
     * Some examples for calling this from a template are:
44
     *
35
     *