Create a placeholder for the LinkHook experimentation.
authorDaniel Friesen <dantman@users.mediawiki.org>
Mon, 18 Aug 2008 03:56:38 +0000 (03:56 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Mon, 18 Aug 2008 03:56:38 +0000 (03:56 +0000)
commit22c1e38461d483b505c96af3a44fc8217cf55b87
tree5915e6c92957968c8038e2d30d127fd7c567edcf
parent3ea68e2fc62bd01773a00ab3c69170d7f1e01005
Create a placeholder for the LinkHook experimentation.
This will allow us to develop a new method of parsing links (non-hacky), without breaking current syntax, and also allow us to make sure new methods don't break syntax.

Currently this class merely inherits from the Parser class. Constants and static functions are coppied so that use of self:: won't break when we modify things.
includes/AutoLoader.php
includes/parser/Parser_LinkHooks.php [new file with mode: 0644]