From ce5e846c72062153cca894e398575c07d095736e Mon Sep 17 00:00:00 2001 From: jerome Date: Wed, 29 Oct 2008 06:42:48 +0000 Subject: [PATCH] MDL-15352: add phpdoc to mnet_publishes method --- repository/lib.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/repository/lib.php b/repository/lib.php index 3495d93994..f8fbdb3dc2 100644 --- a/repository/lib.php +++ b/repository/lib.php @@ -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(); } -- 2.39.5