1 2 3 4 5 6 7 8 9
<?php /** * For compatibility with extensions... * Will still die on PHP 5.3, of course. :P */ class Namespace extends MWNamespace { // .. }