phpDocumentor

OrderId

Class OrderId

Table of Contents

$value  : int|null
create()  : OrderId
value()  : int|null
__construct()  : mixed
OrderId constructor.

Properties

Methods

create()

public static create([int|null $value = null ]) : OrderId
Parameters
$value : int|null = null
Return values
OrderId

value()

public value() : int|null
Return values
int|null

__construct()

OrderId constructor.

private __construct(int|null $value) : mixed
Parameters
$value : int|null
Return values
mixed

Search results