mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-80538 phpdoc: Incorrect dataformat type documentation in table lib
This commit is contained in:
parent
f30110b5eb
commit
8e62bcd9aa
@ -220,10 +220,10 @@ class flexible_table {
|
||||
* for you (even if the param is '', which means no download this time.
|
||||
* Also you can call this method with no params to get the current set
|
||||
* download type.
|
||||
* @param string $download dataformat type. One of csv, xhtml, ods, etc
|
||||
* @param string $download type of dataformat for export.
|
||||
* @param string $filename filename for downloads without file extension.
|
||||
* @param string $sheettitle title for downloaded data.
|
||||
* @return string download dataformat type. One of csv, xhtml, ods, etc
|
||||
* @return string download dataformat type.
|
||||
*/
|
||||
function is_downloading($download = null, $filename='', $sheettitle='') {
|
||||
if ($download!==null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user