mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
MDL-83650 odslib: Add variable to class MoodleODSCell
This commit is contained in:
parent
bcf06a0484
commit
081a7d0ff9
@ -104,6 +104,12 @@ class MoodleODSCell {
|
||||
public $type;
|
||||
public $format;
|
||||
public $formula;
|
||||
/**
|
||||
* @var array Contains the number of rows and columns spanned by the merged cell.
|
||||
* 'rows' => integer, the number of rows the cell spans.
|
||||
* 'columns' => integer, the number of columns the cell spans.
|
||||
*/
|
||||
public $merge;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user