Add getters to Message object.
authordaniel <daniel.kinzler@wikimedia.de>
Tue, 19 Feb 2013 19:28:57 +0000 (20:28 +0100)
committerdaniel <daniel.kinzler@wikimedia.de>
Tue, 19 Feb 2013 19:30:36 +0000 (20:30 +0100)
commitc0f47c445a075db4f5d19baccef493fdab022579
tree2a11255f5f951beca46f78584fcaa12cd8a62909
parentcc19a196a4a7d5362df4ab25f2e683b1ed457d96
Add getters to Message object.

Being able to get the message key and parameters from a Message object
is needed to be able to report errors from the API in an abstract,
language neutral way.

Change-Id: I8ee9da4005db7cb0a487457127f1e24fb11dbd66
includes/Message.php
includes/Status.php