Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 21... Línea 21...
21
 * @copyright  2019 Jun Pataleta
21
 * @copyright  2019 Jun Pataleta
22
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
22
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 */
23
 */
Línea 24... Línea 24...
24
 
24
 
25
namespace core\output;
-
 
Línea 26... Línea -...
26
defined('MOODLE_INTERNAL') || die();
-
 
27
 
-
 
28
use renderable;
25
namespace core\output;
29
use renderer_base;
-
 
Línea 30... Línea 26...
30
use stdClass;
26
 
31
use templatable;
27
use stdClass;
32
 
28
 
33
/**
29
/**
34
 * The checkbox-toggleall renderable class.
30
 * The checkbox-toggleall renderable class.
35
 *
31
 *
36
 * @package    core
32
 * @package    core
37
 * @copyright  2019 Jun Pataleta
33
 * @copyright  2019 Jun Pataleta
38
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
-
 
39
 */
34
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
40
class checkbox_toggleall implements renderable, templatable {
35
 */
Línea 41... Línea 36...
41
 
36
class checkbox_toggleall implements renderable, templatable {
42
    /** @var string The name of the group of checkboxes to be toggled. */
37
    /** @var string The name of the group of checkboxes to be toggled. */