PhpOrient Protocols Binary Data ID - Ostico/PhpOrient GitHub Wiki
- Class name: ID
- Namespace: PhpOrient\Protocols\Binary\Data
- This class implements: JsonSerializable
public integer $clusterThe cluster the record belongs to.
- Visibility: public
public integer $positionThe 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