]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15352: add phpdoc to mnet_publishes method
authorjerome <jerome>
Wed, 29 Oct 2008 06:42:48 +0000 (06:42 +0000)
committerjerome <jerome>
Wed, 29 Oct 2008 06:42:48 +0000 (06:42 +0000)
repository/lib.php

index 3495d939941467359f7b296449960549e83ad007..f8fbdb3dc262470665675fbd0aec97fdcd98fcc7 100644 (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();
     }