MDL-59063 analytics: Expand analysable API to provide a name

This commit is contained in:
David Monllao
2017-10-17 14:04:47 +02:00
parent 8816022df7
commit b0fb8ef59f
4 changed files with 27 additions and 2 deletions
+7
View File
@@ -47,6 +47,13 @@ interface analysable {
*/
public function get_id();
/**
* The analysable human readable name
*
* @return string
*/
public function get_name();
/**
* The analysable context.
*