PHP Class Opis\Closure\ClosureContext

Exibir arquivo Open project: opis/closure

Public Properties

Property Type Description
$instances Wrapped closures in this context
$locks integer
$scope Closures scope

Public Methods

Method Description
__construct ( ) Constructor

Method Details

__construct() public method

Constructor
public __construct ( )

Property Details

$instances public_oe property

Wrapped closures in this context
public $instances

$locks public_oe property

public int $locks
return integer

$scope public_oe property

Closures scope
public $scope