PHP Class Opis\Closure\ClosureScope

Show file Open project: opis/closure

Public Properties

Property Type Description
$serializations Number of serializations in current scope
$storage Wrapped closures in current scope
$toserialize Number of closures that have to be serialized

Property Details

$serializations public property

Number of serializations in current scope
public $serializations

$storage public property

Wrapped closures in current scope
public $storage

$toserialize public property

Number of closures that have to be serialized
public $toserialize