function(array $vars = NULL, bool $check_empty = false)
{
if (isset($this->data['res'], $this->data['res'])) {
if (is_array($vars)) {
return X::hasProps($this->data, $vars, $check_empty);
}
return true;
}
return false;
}