Skip to content
Snippets Groups Projects
Commit c3f75851 authored by Brett Bieber's avatar Brett Bieber
Browse files

Add phpdoc comment

parent 193ad3f9
No related branches found
No related tags found
No related merge requests found
......@@ -387,6 +387,11 @@ class UNL_Catalog
return $course_data;
}
/**
* Allow retrieving the course renderer (Savvy) with template paths set
*
* @return Savvy
*/
protected function getCourseRenderer()
{
static $savvy = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment