Skip to content
Snippets Groups Projects
Commit 884dc5d3 authored by n_herr03's avatar n_herr03
Browse files

added parameter description

parent 3db430cd
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ class interaction_attention_table extends interaction_table {
* Constructor for deactivated_workflows_table.
* @param int $uniqueid Unique id of this table.
* @param int[] $courseids List of ids for courses that require attention.
* @param object $filterdata Object of filter criteria
*/
public function __construct($uniqueid, $courseids, $filterdata) {
parent::__construct($uniqueid);
......
......@@ -46,6 +46,7 @@ class view_controller {
* Handles actions triggered in the view.php and displays the view.
*
* @param \renderer_base $renderer
* @param object $filterdata
* @throws \coding_exception
* @throws \dml_exception
* @throws \invalid_parameter_exception
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment