MDL-59528 core: Add option to display fullname beside user picture

This commit is contained in:
Jun Pataleta
2017-07-21 08:45:31 +08:00
parent 229ae617c5
commit 3b1eba069e
3 changed files with 12 additions and 0 deletions
+5
View File
@@ -201,6 +201,11 @@ class user_picture implements renderable {
*/
public $visibletoscreenreaders = true;
/**
* @var bool Whether to include the fullname in the user picture link.
*/
public $includefullname = false;
/**
* User picture constructor.
*