helpers to get subjects/talk namespaces
authorAntoine Musso <hashar@free.fr>
Tue, 26 Jun 2012 14:45:06 +0000 (16:45 +0200)
committerAntoine Musso <hashar@free.fr>
Tue, 26 Jun 2012 20:25:59 +0000 (22:25 +0200)
commite06ad28e7acd034ff314a8ebe4206ffeb732a381
tree1a509979cc6353c371609d8dd6d1bfa4910cdd23
parentc2979968b81f9e63d19942669e8c91601fcc9781
helpers to get subjects/talk namespaces

Introduce two new methods to easily get array of namespaces indices
which are subjects or talks:

 MWNamespace::getSubjectNamespaces()
 MWNamespace::getTalkNamespaces()

Change-Id: I975db344afd97713521713a708368d37cd633c50
includes/Namespace.php
tests/phpunit/includes/MWNamespaceTest.php