MDL-39846 add logging TODOs

This commit is contained in:
Petr Škoda
2013-07-19 08:43:28 +02:00
parent 2262656430
commit 05a970d3be
3 changed files with 14 additions and 4 deletions
+8
View File
@@ -205,6 +205,8 @@ abstract class base {
* 1/ crud - letter [crud]
* 2/ level - number 1...100
*
* TODO: MDL-37658
*
* Optionally validate $this->data['extra'].
*
* @return void
@@ -216,6 +218,8 @@ abstract class base {
*
* Override in subclass, we can not make it static and abstract at the same time.
*
* TODO: MDL-37658
*
* @return string|\lang_string
*/
public static function get_name() {
@@ -230,6 +234,8 @@ abstract class base {
/**
* Returns localised description of what happened.
*
* TODO: MDL-37658
*
* @return string|\lang_string
*/
public function get_description() {
@@ -328,6 +334,8 @@ abstract class base {
/**
* Return auxiliary data that was stored in logs.
*
* TODO: MDL-37658
*
* @return array the format is standardised by logging API
*/
public function get_logdata() {