You are here

protected property ProxyClassFinder::$initialized in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 src/ClassFinder/ProxyClassFinder.php \Drupal\xautoload\ClassFinder\ProxyClassFinder::initialized

Type: bool

File

lib/ClassFinder/ProxyClassFinder.php, line 37

Class

ProxyClassFinder
A placeholder class finder. Used to postpone expensive operations until they are actually needed.

Namespace

Drupal\xautoload\ClassFinder

Code

protected $initialized = FALSE;