Note Class

class Note
__construct(string $note, NotePosition $position)

Creates a new Note for a state

Parameters:
  • $note (string) – The note

  • $position (NotePosition) – The note position

Returns:

A new Note instance

Return type:

Note