You are here

protected property ProxyClassFinder::$initialized in X Autoload 7.5

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

Type: bool

File

src/ClassFinder/ProxyClassFinder.php, line 29

Class

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

Namespace

Drupal\xautoload\ClassFinder

Code

protected $initialized = FALSE;