protected function Dbug::varIsXml in dBug for Drupal 2.0.x
Same name and namespace in other branches
- 8 src/Dbug.php \Drupal\dbug\Dbug::varIsXml()
- 1.0.x src/Dbug.php \Drupal\dbug\Dbug::varIsXml()
If variable is an xml type.
Parameters
mixed $var: The variable.
File
- src/
Dbug.php, line 557
Class
- Dbug
- Implementation of dBug for Drupal.
Namespace
Drupal\dbugCode
protected function varIsXml($var) {
$this
->varIsXmlResource($var);
}