Per my comment on r68760: Make MWfunction class, complete with call_user_func helper...
authorX! <soxred93@users.mediawiki.org>
Sun, 2 Jan 2011 06:48:07 +0000 (06:48 +0000)
committerX! <soxred93@users.mediawiki.org>
Sun, 2 Jan 2011 06:48:07 +0000 (06:48 +0000)
commit3589532db41e32bd09d6814674f7afbb0fe65e34
tree037a7bbe055b8e1f0060b2174daae463ef52ba93
parent4cce1efbe7fc7d5c6fdc1647f6f324a5537bf58b
Per my comment on r68760: Make MWfunction class, complete with call_user_func helper functions that automatically
make the callback PHP 5.1 compatible with the Class::Method syntax. Add Unit tests to supplement it.
includes/AutoLoader.php
includes/MWFunction.php [new file with mode: 0644]
includes/WebStart.php
maintenance/doMaintenance.php
tests/phpunit/includes/MWFunctionTest.php [new file with mode: 0644]