Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 32... Línea 32...
32
 * @copyright  2015 Damyon Wiese
32
 * @copyright  2015 Damyon Wiese
33
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
33
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
34
 * @since      2.9
34
 * @since      2.9
35
 */
35
 */
36
class mustache_uniqid_helper {
36
class mustache_uniqid_helper {
37
 
-
 
38
    /** @var string $uniqid The unique id */
37
    /** @var string $uniqid The unique id */
39
    private $uniqid = null;
38
    private $uniqid = null;
Línea 40... Línea 39...
40
 
39
 
41
    /**
40
    /**