mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 11:46:19 +01:00
MDL-15352: add phpdoc to mnet_publishes method
This commit is contained in:
parent
709c549551
commit
ce5e846c72
@ -1003,6 +1003,10 @@ abstract class repository {
|
||||
return array();
|
||||
}
|
||||
|
||||
/**
|
||||
* Override it if you need to implement need mnet function
|
||||
* @return array
|
||||
*/
|
||||
public static function mnet_publishes() {
|
||||
return array();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user