Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DDataType.php126 public static function toBoolean($value, $ifNull = null) argument
128 if ($value === null) return $ifNull;