phpDocumentor

ProductId
in package

Table of Contents

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

Properties

Methods

__construct()

Constructor

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

create()

Returns a new instance of Product ID

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

Search results