Documentation

Variable
in package

Represents a variable.

$var = new Variable('a');

will be dumped as

$a

by the PHP dumper.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

$name  : mixed
__construct()  : mixed
__toString()  : string

Properties

Methods

__construct()

public __construct(string $name) : mixed
Parameters
$name : string
Return values
mixed

__toString()

public __toString() : string
Return values
string

Search results