You are here

private static property DebugClassLoader::$darwinCache in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/debug/DebugClassLoader.php \Symfony\Component\Debug\DebugClassLoader::darwinCache

File

vendor/symfony/debug/DebugClassLoader.php, line 33

Class

DebugClassLoader
Autoloader checking if the class is really defined in the file found.

Namespace

Symfony\Component\Debug

Code

private static $darwinCache = array(
  '/' => array(
    '/',
    array(),
  ),
);