MDL-56046 dataformat: minor changes to PHPDocs and upgrade.txt
This commit is contained in:
@@ -41,7 +41,7 @@ class writer extends \core\dataformat\base {
|
||||
/** @var $extension */
|
||||
public $extension = ".json";
|
||||
|
||||
/** @var $hasstarted */
|
||||
/** @var $sheetstarted */
|
||||
public $sheetstarted = false;
|
||||
|
||||
/** @var $sheetdatadded */
|
||||
|
||||
@@ -4,9 +4,9 @@ information provided here is intended especially for developers.
|
||||
=== 3.2.4 ===
|
||||
|
||||
* In order to allow multiple sheets in an exported file the functions write_header() and write_footer() have
|
||||
been removed from core dataformats plugins and have been replaced.
|
||||
- write_header() has been split into the two functions start_output() and start_sheet().
|
||||
- write_footer() has been split into the two functions close_output() and close_sheet().
|
||||
been removed from core dataformat plugins and have been replaced.
|
||||
- write_header() has been replaced with the two functions start_output() and start_sheet().
|
||||
- write_footer() has been replaced with the two functions close_output() and close_sheet().
|
||||
For backwards compatibility write_header() and write_footer() will continue to work.
|
||||
|
||||
=== 3.1 ===
|
||||
|
||||
Reference in New Issue
Block a user