private static function isEmpty($value) : bool { return $value === false || $value === null || $value === ''; }