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

Properties

$name  : string

Methods

__construct()  : mixed
__toString()  : string

Properties

Methods

__construct()

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

__toString()

public __toString() : string
Return values
string

        
On this page

Search results