Home
last modified time | relevance | path

Searched refs:nullIfUnparseable (Results 1 – 1 of 1) sorted by relevance

/plugin/database2/
H A Ddatabase2.php4009 * @param boolean $nullIfUnparseable if true, method returns null if $in
4014 protected static function asBool( $in, $nullIfUnparseable = false ) argument
4037 return $nullIfUnparseable ? null : (bool) $in;