Create ApiBase::requireAtLeastOneParameter helper
authorTyler Anthony Romeo <tylerromeo@gmail.com>
Tue, 21 May 2013 00:51:23 +0000 (00:51 +0000)
committerReedy <reedy@wikimedia.org>
Thu, 23 Jan 2014 21:49:49 +0000 (21:49 +0000)
commit5e7a9c6f8e66de344e2e2f10c7a03d9152f37b77
treee5641e0c8a94a3d2a087c3c0acdff55a18d450fe
parent04966bceeb22fbeac1352ccdbe468d2b0e6173d1
Create ApiBase::requireAtLeastOneParameter helper

Added new ApiBase::requireAtLeastOneParameter() helper method for modules
that need one or more of a combination of parameters. The associated help
message function has also been added.

Change-Id: Iae6649ed503fdbf14b313d0be1a82f3dca8d7162
includes/api/ApiBase.php