IWriter
in
Table of Contents
Methods
- close() : mixed
- write() : mixed
- Writes the survey and all the responses it contains to the output using the options specified in FormattingOptions.
Methods
close()
public
close() : mixed
write()
Writes the survey and all the responses it contains to the output using the options specified in FormattingOptions.
public
write(SurveyObj $survey, string $sLanguageCode, FormattingOptions $oOptions) : mixed
See Survey and SurveyDao objects for information on loading a survey and results from the database.
Parameters
- $survey : SurveyObj
- $sLanguageCode : string
- $oOptions : FormattingOptions