phpDocumentor

NumberRowField implements RowField

Class representing a number table row field.

Interfaces, Classes and Traits

RowField
Interface representing a table row field.

Table of Contents

$name  : string
Name.
$value  : float
Value.
create()  : NumberRowField
Create instance.
name()  : string
Return name.
value()  : float
Return value.
__construct()  : mixed
Constructor.

Properties

Methods

name()

Return name.

public name() : string
Tags
inheritDoc
Return values
string

Name.

value()

Return value.

public value() : float
Tags
inheritDoc
Return values
float

__construct()

Constructor.

private __construct(string $name, float $value) : mixed
Parameters
$name : string

Name.

$value : float

Value.

Return values
mixed

Search results