Adding doc block todos

This commit is contained in:
Mark Nielsen 2011-03-14 12:38:22 -07:00 committed by David Mudrak
parent 6c0235b375
commit 62c5daf122

View File

@ -66,6 +66,8 @@ abstract class convert_helper {
* @param string $component The moodle component, like block_html, mod_quiz, etc
* @param string $converterid The converter ID
* @return int
* @todo Add caching?
* @todo Can we make the lookup faster? Not taking advantage of indexes
*/
public static function get_contextid($instance, $component = 'moodle', $converterid = NULL) {
global $DB;