phpDocumentor

ProductId
in package

Table of Contents

$value  : string
create()  : self
Creates a new instance of ProductId
extended()  : string
value()  : int
Returns the ID
__construct()  : mixed
Constructor

Properties

Methods

create()

Creates a new instance of ProductId

public static create(string $value) : self
Parameters
$value : string
Return values
self

extended()

public extended() : string
Return values
string

value()

Returns the ID

public value() : int
Return values
int

__construct()

Constructor

private __construct(string $value) : mixed
Parameters
$value : string
Return values
mixed

Search results