-
Notifications
You must be signed in to change notification settings - Fork 34
PhpOrient Protocols Binary Data ID
Domenico Lupinetti edited this page Jan 24, 2015
·
4 revisions
- Class name: ID
- Namespace: PhpOrient\Protocols\Binary\Data
- This class implements: JsonSerializable
public integer $cluster
The cluster the record belongs to.
- Visibility: public
public integer $position
The position of the record in the cluster.
- Visibility: public
mixed PhpOrient\Protocols\Binary\Data\ID::__construct(integer|string|array $cluster, integer $position)
- Visibility: public
- $cluster integer|string|array
The cluster id, string representation or configuration object
- $position integer
The position in the cluster, if $cluster is an integer.
mixed PhpOrient\Protocols\Binary\Data\ID::jsonSerialize()
Specify data which should be serialized to JSON
- Visibility: public
string PhpOrient\Protocols\Binary\Data\ID::__toString()
- Visibility: public
array PhpOrient\Protocols\Binary\Data\ID::parseString($input)
- Visibility: public
- This method is static.
- $input mixed
string