Method get is undefined
When using a VaultWiki TABLE in a non-wiki post, we get an error message that vB_BbCodeParser does not have a get method. This is true.
Fixed in Alpha 2 by using a new Parser/Default/Wrapper class that will overload and be used to access vB_BbCodeParser. A wrapper must be used instead of a sub-class because we cannot modify the core files that explicitly call vB_BbCodeParser and we do need reference to the in-memory data, so instead we must access the existing object via wrapper. The wrapper class of course contains a get method.