You are here

public property Dbug::$arrType in dBug for Drupal 8

Same name and namespace in other branches
  1. 2.0.x src/Dbug.php \Drupal\dbug\Dbug::arrType
  2. 1.0.x src/Dbug.php \Drupal\dbug\Dbug::arrType

Variable $arrType.

Type: array

File

src/Dbug.php, line 126

Class

Dbug
Implementation of dBug for Drupal.

Namespace

Drupal\dbug

Code

public $arrType = [
  "array",
  "object",
  "resource",
  "boolean",
  "NULL",
];