phpDocumentor

SummaryTotal
in package

Table of Contents

$change  : float
$name  : string
$total  : float
__construct()  : mixed
Constructor.
change()  : float
Return change value.
name()  : string
Return name.
total()  : float
Return total value.

Properties

Methods

__construct()

Constructor.

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

change()

Return change value.

public change() : float
Return values
float

name()

Return name.

public name() : string
Return values
string

total()

Return total value.

public total() : float
Return values
float

Search results