Marked authenticateUserData() as public
[mediawiki.git] / skins / Skin.sample
blobc011c143f50c97599b8bb521b135f9b3516936c5
1 <?php
2 # Your class extension is defined there.
4 # Do NOT use PHPTal with this sample, if you want PHPTal support have a look at
5 # the other sample : SkinPHPTal.sample.
7 # The class name MUST begin with 'Skin' and the rest is the name of the file
8 # excluding '.php'
9 # This file is named Skin.sample (but it should end with php). So the
10 # class name will be 'Skin' . 'Skin'
12 class SkinSkin extends Skin {
13 # Override method below