phpDocumentor

Number
in package
implements Data

Interfaces, Classes and Traits

Data

Table of Contents

$number  : Value
$type  : string
create()  : self
Create instance.
number()  : Value
Return number.
type()  : string
Return type.
__construct()  : mixed
Constructor.

Properties

Methods

create()

Create instance.

public static create(Value $number) : self
Parameters
$number : Value
Return values
self

type()

Return type.

public type() : string
Tags
inheritDoc
Return values
string

__construct()

Constructor.

private __construct(Value $number) : mixed
Parameters
$number : Value
Return values
mixed

Search results