<?php namespace Laravel\SerializableClosure\Support; use SplObjectStorage; class ClosureScope extends SplObjectStorage { /** * The number of serializations in current scope. * * @var int */ public $serializations = 0; /** * The number of closures that have to be serialized. * * @var int */ public $toSerialize = 0; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
ClosureScope.php | File | 400 B | 0644 |
|
ClosureStream.php | File | 3.68 KB | 0644 |
|
ReflectionClosure.php | File | 45.44 KB | 0644 |
|
SelfReference.php | File | 410 B | 0644 |
|