Skip to content

Commit

Permalink
MDL-77328 question: Declare $qbank as a proper view_component property
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta authored and ilyatregubov committed Jul 21, 2023
1 parent 7325906 commit 26905ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions question/classes/local/bank/view_component.php
Expand Up @@ -26,6 +26,9 @@
*/
abstract class view_component {

/** @var view Question bank view. */
protected $qbank;

/**
* Constructor.
* @param view $qbank the question bank view we are helping to render.
Expand Down

0 comments on commit 26905ee

Please sign in to comment.