Deprecate internal ORMTable::unprefixFieldName(s)
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Tue, 14 Oct 2014 13:23:36 +0000 (15:23 +0200)
committerThiemo Mättig (WMDE) <thiemo.maettig@wikimedia.de>
Tue, 21 Oct 2014 12:00:56 +0000 (12:00 +0000)
commit11c4eb6dcebacecdb3823fc7b5febbddfa43e574
tree7bb965a05fc4879d630e1ce6174795983dca10f2
parentaeae6afbbb26c67fd0f20e23d13fa9f3d77420d0
Deprecate internal ORMTable::unprefixFieldName(s)

unprefixFieldNames is not used anywhere outside of the class. Why
should it?

unprefixFieldName became unused in I19194f1, but I did not removed
it because it is public.

The fact that both methods are public is a mistake as far as I can
tell. I can't think of a good reason to do that.

Change-Id: Iafc527b5d534648a962a8c2015d21403362bb573
includes/db/IORMTable.php
includes/db/ORMTable.php