by Black Dream.
Hello,
Yes it seems that this is the function i want. I used it like this:
$info = get_fast_modinfo($theCourse);
And the output was
course_modinfo Object |
The question is how i can get inside the object course:course_modinfo:private ???
I tried $info->{'course:course_modinfo'} but doesnt work.