Variable
in package
Represents a variable.
$var = new Variable('a');
will be dumped as
$a
by the PHP dumper.
Tags
Table of Contents
- $name : mixed
- __construct() : mixed
- __toString() : string
Properties
$name
private
mixed
$name
Methods
__construct()
public
__construct(string $name) : mixed
Parameters
- $name : string
Return values
mixed —__toString()
public
__toString() : string