What's a boolif?

This commit is contained in:
Sam Reed 2010-09-25 16:38:44 +00:00
parent f07567201f
commit 25637962d5

View file

@ -168,7 +168,7 @@ abstract class ApiQueryBase extends ApiBase {
/**
* Same as addWhere(), but add the WHERE clauses only if a condition is met
* @param $value mixed See addWhere()
* @param $condition boolIf false, do nothing
* @param $condition bool If false, do nothing
* @return bool $condition
*/
protected function addWhereIf( $value, $condition ) {