Browse Source

[svn r20657] Minor - Added comment

Isaac Flores 16 years ago
parent
commit
6615612b12
1 changed files with 4 additions and 0 deletions
  1. 4 0
      main/newscorm/learnpath.class.php

+ 4 - 0
main/newscorm/learnpath.class.php

@@ -2055,6 +2055,10 @@ class learnpath {
     	return $progress;
     }
 	
+	/**
+	 * Returns the HTML necessary to print a mediaplayer block inside a page
+	 * @return string	The mediaplayer HTML 
+	 */
 	function get_mediaplayer()
 	{
 		global $_course;