Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 22... Línea 22...
22
 * @package core_cache
22
 * @package core_cache
23
 * @copyright 2021 The Open University
23
 * @copyright 2021 The Open University
24
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 */
25
 */
26
class version_wrapper {
26
class version_wrapper {
27
 
-
 
28
    /**
27
    /**
29
     * The data being stored.
28
     * The data being stored.
30
     * @var mixed
29
     * @var mixed
31
     */
30
     */
32
    public $data;
31
    public $data;