You are here

private property CachedDoubler::$classes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/src/Prophecy/Doubler/CachedDoubler.php \Prophecy\Doubler\CachedDoubler::classes

File

vendor/phpspec/prophecy/src/Prophecy/Doubler/CachedDoubler.php, line 24

Class

CachedDoubler
Cached class doubler. Prevents mirroring/creation of the same structure twice.

Namespace

Prophecy\Doubler

Code

private $classes = array();