Opis\Closure\ClosureContext::__construct PHP Method

__construct() public method

Constructor
public __construct ( )
    public function __construct()
    {
        $this->scope = new ClosureScope();
        $this->instances = new SplObjectStorage();
        $this->locks = 0;
    }
ClosureContext