public static function getAndIncrementIntValue($variableName)
 {
     return Util::getIntValueInternal($variableName, true);
 }