MDL-72075 qbank_statistics: fix coding style

This commit is contained in:
Nathan Nguyen 2021-11-03 13:53:01 +11:00
parent 341e3079fc
commit 2fcc93981f
6 changed files with 52 additions and 19 deletions

View file

@ -29,14 +29,18 @@ use qbank_statistics\helper;
class discrimination_index extends column_base {
/**
* {@inheritdoc}
* Title for this column.
*
* @return string column title
*/
protected function get_title(): string {
return get_string('discrimination_index', 'qbank_statistics');
}
/**
* {@inheritdoc}
* Column name.
*
* @return string column name
*/
public function get_name(): string {
return 'discrimination_index';