OpenSkill\Datatable\Queries\Parser\Datatable110QueryParser::isEmpty PHP Method

isEmpty() private method

Helper function that will check if a variable is empty
private isEmpty ( mixed $string ) : boolean
$string mixed
return boolean true if empty, false otherwise
    private function isEmpty($string)
    {
        return empty($string);
    }