App\Libraries\Utils::isEmpty PHP Méthode

isEmpty() public static méthode

public static isEmpty ( $value )
    public static function isEmpty($value)
    {
        return !$value || $value == '0' || $value == '0.00' || $value == '0,00';
    }