MDL-15352: add phpdoc to mnet_publishes method

This commit is contained in:
jerome 2008-10-29 06:42:48 +00:00
parent 709c549551
commit ce5e846c72

View File

@ -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();
}