PHP 클래스 Opis\Closure\ClosureContext

파일 보기 프로젝트 열기: opis/closure

공개 프로퍼티들

프로퍼티 타입 설명
$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