Rename $usableSkins to $allowedSkins
authorWaldir Pimenta <waldir@email.com>
Sat, 25 May 2013 11:10:34 +0000 (12:10 +0100)
committerWaldir Pimenta <waldir@email.com>
Sat, 25 May 2013 11:10:34 +0000 (12:10 +0100)
commita3c7a8b8f49c3d3f8df5d12e87465fa94f9fef6e
treeeb2a2dba4f31647f67549bf757ae5b5fe6ce63ab
parentb65669ff7adbbde55872a8ddd93214a9e1df75c6
Rename $usableSkins to $allowedSkins

This change is entirely in local scope.
The function is still called getUsableSkins()
so this change won't break anything.
But the variable name and the updated documentation comment
make it clearer what the purpose of this function is,
for anyone reading the code or reading the autogenerated docs.

This change also includes minor changes to documentation
in skin-related files (typos and small edits for clarity).

Change-Id: I4220408f4d3b64cf87be4ad1af4b72d3a4524922
docs/skin.txt
includes/Skin.php
skins/Vector.php