OpenSkill\Datatable\Queries\Parser\Datatable110QueryParser::isEmpty PHP 메소드

isEmpty() 개인적인 메소드

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