Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/voku/.././phar-io/.././iyzico/../psr/./../laravel/sanctum/../serializable-closure/src/Contracts/.././Support
الملفات الموجودة في هذا الـ Path:
.
..
ClosureScope.php
ClosureStream.php
ReflectionClosure.php
SelfReference.php

مشاهدة ملف: ClosureScope.php

<?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;
}