LimeSurvey API - Master branch

token_helper.php

Table of Contents

Functions

emailTokens()  : array<string|int, mixed>
Sends email to tokens - invitations, reminders, registers, and confirmations Seems used only in remote_control : maybe move it to ?

Functions

emailTokens()

Sends email to tokens - invitations, reminders, registers, and confirmations Seems used only in remote_control : maybe move it to ?

emailTokens(int $iSurveyID, array<string|int, CActiveRecord$aResultTokens, string $sType[, bool $continueOnError = false ]) : array<string|int, mixed>
Parameters
$iSurveyID : int
$aResultTokens : array<string|int, CActiveRecord>
$sType : string

type of notification invite|register|remind|confirm

$continueOnError : bool = false

Don't stop on first invalid participant

Return values
array<string|int, mixed>

of results


        
On this page

Search results