EdgeId Class

class EdgeId

Represents an Edge Id within a Link

__construct(?string $id = null, array $properties = [])

Creates an Edge Id

Parameters:
  • $id (string) – The edge id (default: auto-generate)

  • $properties (array) – CSS properties as property=>value pairs

Returns:

A new instance of EdgeId

Return type:

EdgeId