Note Class ========== .. php:class:: Note .. php:method:: __construct(string $note, NotePosition $position) Creates a new Note for a state :param string $note: The note :param NotePosition $position: The note position :returns: A new Note instance :rtype: Note