MDL-56046 dataformat: minor changes to PHPDocs and upgrade.txt

This commit is contained in:
Mark Nelson
2017-06-27 11:26:35 +08:00
parent 0bfbdaef20
commit 32dc9a45d6
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class writer extends \core\dataformat\base {
/** @var $extension */
public $extension = ".json";
/** @var $hasstarted */
/** @var $sheetstarted */
public $sheetstarted = false;
/** @var $sheetdatadded */
+3 -3
View File
@@ -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 ===