MDL-38309 Added comments on overwriting functions in themes
authorMarina Glancy <marina@moodle.com>
Mon, 15 Apr 2013 01:05:46 +0000 (11:05 +1000)
committerMarina Glancy <marina@moodle.com>
Mon, 15 Apr 2013 02:13:14 +0000 (12:13 +1000)
commit2fada29001114641eda9014c9c1fed0f0b903b67
tree9cb5edb8d8f65e18dcce80fad1c9dbb6bfa194bb
parenta5f82c5b21fcfbd8d30f537c94508d9089f288ae
MDL-38309 Added comments on overwriting functions in themes

Defined function tabree() as final so themes do not override it by mistake.
Added comments to other similar shortcut functions that themes should not override them (can not declare them final
for backward compartibility)
lib/outputrenderers.php