final class Scope (View source)

Used to set the scope of an object.

Properties

string $value

The scope of an object: prototype, singleton, session. (Usually given as anonymous argument.)

Methods

__construct(string|null $value = null)

No description

Details

__construct(string|null $value = null)

No description

Parameters

string|null $value