Item::__construct

(Available since version 1.0)

Item::__constructConstructs a new item

Description

public Item::__construct ( mixed $data , mixed $tag )

This constructs a new item for use in the binary heap class.

Parameters

data

The data of the item.

tag

The tag of the item.

Return Values

No value is returned.

To Top