MDL-55276 html: New down arrow entity output $OUTPUT->darrow

This commit is contained in:
Jun Pataleta 2016-07-19 15:06:00 +08:00
parent d1a3ea62ef
commit 7a05bc92c9
3 changed files with 24 additions and 2 deletions

View file

@ -3616,6 +3616,17 @@ EOD;
return $this->page->theme->uarrow;
}
/**
* Accessibility: Down arrow-like character.
* If the theme does not set characters, appropriate defaults
* are set automatically.
*
* @return string
*/
public function darrow() {
return $this->page->theme->darrow;
}
/**
* Returns the custom menu if one has been set
*