PartialValue
in package
Table of Contents
- $title : string
- $value : float
- __construct() : mixed
- Constructor.
- title() : string
- Return title.
- value() : float
- Return value.
Properties
$title
private
string
$title
$value
private
float
$value
Methods
__construct()
Constructor.
public
__construct(string $title, mixed $value) : mixed
Parameters
- $title : string
- $value : mixed
Return values
mixed —title()
Return title.
public
title() : string
Return values
string —value()
Return value.
public
value() : float