PHP Класс Opis\Closure\ClosureContext

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$instances Wrapped closures in this context
$locks integer
$scope Closures scope

Открытые методы

Метод Описание
__construct ( ) Constructor

Описание методов

__construct() публичный Метод

Constructor
public __construct ( )

Описание свойств

$instances публичное свойство

Wrapped closures in this context
public $instances

$locks публичное свойство

public int $locks
Результат integer

$scope публичное свойство

Closures scope
public $scope