Participant Class ================= .. php:class:: Participant Represents a participant .. php:method:: __construct(string $id, ?string $alias = null, ?Annotation $annotation = null, ?string $stereotype = null) Create a new Participant :param string $id: Participant id :param ?string $alias: Participant alias (default: no alias) :param ?Annotation $annotation: Participant annotation (default: no annotation) :param ?string $stereotype: Participant stereotype (default: no stereotype) :returns: A new instance of ``Participant`` :rtype: Participant