Copied!

ParticipantCollectionInterface

ParticipantCollectionInterface.php : 17
Interface
Extends IteratorAggregate, Countable

Methods

publicgetByEmail()

ParticipantCollectionInterface.php : 21
public getByEmail(string $email) : ParticipantInterface

Parameters

Name Type Default value Description
$email string - -

Return values

ParticipantInterface

publicgetById()

ParticipantCollectionInterface.php : 19
public getById(int $id) : ParticipantInterface

Parameters

Name Type Default value Description
$id int - -

Return values

ParticipantInterface