Joli\SlackSecretSanta\SecretSanta::__construct PHP Method

__construct() public method

public __construct ( string $hash, array $associations, string $adminUserId, string $adminMessage = null )
$hash string
$associations array
$adminUserId string
$adminMessage string
    public function __construct($hash, array $associations, $adminUserId, $adminMessage = null)
    {
        $this->hash = $hash;
        $this->associations = $associations;
        $this->remainingAssociations = $associations;
        $this->adminUserId = $adminUserId;
        $this->adminMessage = $adminMessage;
    }