Explicitly mark SkinTemplate properties as public
authoraddshore <addshorewiki@gmail.com>
Tue, 22 Mar 2016 12:26:59 +0000 (12:26 +0000)
committeraddshore <addshorewiki@gmail.com>
Tue, 22 Mar 2016 12:26:59 +0000 (12:26 +0000)
commit4f616c3040acc4ccd8ae4b28b698784cc1dee100
tree488f86bb17d7d9b3aeb29928e7ad1d75a548b709
parent2fbd5372772395fc546812b86ab05afdb3212c6f
Explicitly mark SkinTemplate properties as public

As these are not actually defined in the class but
are used they are effectively public.
There are extensions that use at least 1 of these.

The correct way forward is to now explicitly add
them as public and then deprecate and remove in
the future when needed.

Change-Id: I287579135e29f70437f7e0777fe3dfe524af402e
includes/skins/SkinTemplate.php