Represents a variable.
$var = new Variable('a');
will be dumped as
$a by the PHP dumper.
- author Johannes M.
Schmitt
CloneableInstantiable
- Implements
Stringable
| Methods |
| public __construct(string $name) |
| public __toString() : string |
| Properties |
| private string $name |