Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 102... Línea 102...
102
class MoodleODSCell {
102
class MoodleODSCell {
103
    public $value;
103
    public $value;
104
    public $type;
104
    public $type;
105
    public $format;
105
    public $format;
106
    public $formula;
106
    public $formula;
-
 
107
    /**
-
 
108
     * @var array Contains the number of rows and columns spanned by the merged cell.
-
 
109
     *            'rows' => integer, the number of rows the cell spans.
-
 
110
     *            'columns' => integer, the number of columns the cell spans.
-
 
111
     */
-
 
112
    public $merge;
107
}
113
}
Línea 108... Línea 114...
108
 
114
 
109
 
115