Added more Message parameter functions
authorparent5446 <tylerromeo@gmail.com>
Fri, 23 Aug 2013 20:32:43 +0000 (16:32 -0400)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sat, 19 Oct 2013 12:34:14 +0000 (14:34 +0200)
commit0f88ab3d4e8f2dfb4c953249d1681017498d58fa
tree188e1bd2fc9e38340cdaa1a4930121a7cf8b5985
parentef2f2610abcdad351177746e77e71bdf6aab14d6
Added more Message parameter functions

Similar to numParams(), added functions for other parameters
that can be formatted by the Language class. Adds functions for
expiry, size, timePeriod, duration, and bitrate parameters so
that the formatting doesn't have to be done at the caller.

Change-Id: I7b435fcc11824ead55e4c0f5512418187eae9a6f
includes/Message.php
tests/phpunit/includes/MessageTest.php