Note Class ========== .. php:class:: Note Represents a note .. php:method:: __construct(string $content, Position $position, Participant ...$participant) Create a new Note instance :param string $content: The note content :param Position $position: The note position relative to the participant :param Participant ...$participant: Participant(s). Provide two Participants to have the ``Note`` span both of them .. note:: Position *must* be :php:case:`Position::over` if there are two participants :return: A new ``Note`` instance :rtype: Note .. php:exception:: InvalidArgumentException Thrown is there are too many participants or $position is not :php:case:`Position::over` when there are two participants