LimeSurvey API - Master branch

DeleteService
in package

Question Aggregate Delete Service

Table of Contents

Properties

$modelCondition  : Condition
$modelQuestion  : Question
$modelQuestionL10n  : QuestionL10n
$proxyExpressionManager  : ProxyExpressionManager

Methods

__construct()  : mixed
delete()  : void
Function responsible for deleting a question.
deleteAnswer()  : mixed
Function responsible for deleting an answer from a question.

Properties

Methods

deleteAnswer()

Function responsible for deleting an answer from a question.

public deleteAnswer(int $answerId) : mixed

It also deletes all languages for this answer.

Parameters
$answerId : int
Tags
throws
PersistErrorException

        
On this page

Search results