phpDocumentor

Vpe

Class Vpe

Table of Contents

$id  : int
$name  : string
$value  : float
__construct()  : mixed
Vpe constructor.
id()  : int
name()  : string
value()  : float

Properties

$id

protected int $id

$name

protected string $name

$value

protected float $value

Methods

__construct()

Vpe constructor.

public __construct(int $id, string $name, float $value) : mixed
Parameters
$id : int
$name : string
$value : float
Return values
mixed

id()

public id() : int
Return values
int

name()

public name() : string
Return values
string

value()

public value() : float
Return values
float

Search results