class Scope
No description
Opens a new child scope.
Closes current scope and returns parent one.
Stores data into current scope.
Tests if a data is visible from current scope.
Returns data visible from current scope.
__construct(Scope $parent = null)
Scope enter()
Scope|null leave()
$this set(string $key, mixed $value)
bool has(string $key)
mixed get(string $key, mixed $default = null)