mirror of
https://github.com/moodle/moodle.git
synced 2025-02-08 09:02:07 +01:00
Adding doc block todos
This commit is contained in:
parent
6c0235b375
commit
62c5daf122
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user