mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
MDL-46138 post integratino phpdoc fixes
This commit is contained in:
parent
b7a9846a26
commit
72c9c5fa13
@ -66,7 +66,7 @@ abstract class adhoc_task extends task_base {
|
||||
|
||||
/**
|
||||
* Alternate setter for $customdata. Expects the data as a json_encoded string.
|
||||
* @param string json_encoded string
|
||||
* @param string $customdata json_encoded string
|
||||
*/
|
||||
public function set_custom_data_as_string($customdata) {
|
||||
$this->customdata = $customdata;
|
||||
@ -82,7 +82,7 @@ abstract class adhoc_task extends task_base {
|
||||
|
||||
/**
|
||||
* Alternate getter for $customdata.
|
||||
* @return string (this is the raw json encoded version).
|
||||
* @return string this is the raw json encoded version.
|
||||
*/
|
||||
public function get_custom_data_as_string() {
|
||||
return $this->customdata;
|
||||
|
Loading…
x
Reference in New Issue
Block a user