Home
last modified time | relevance | path

Searched refs:openQuestionId (Results 1 – 3 of 3) sorted by relevance

/dports/www/phpmyfaq/phpmyfaq/admin/
H A Drecord.add.php173 … $openQuestionId = Filter::filterInput(INPUT_POST, 'openQuestionId', FILTER_VALIDATE_INT); variable
174 if (0 !== $openQuestionId) {
176 $questionObject->deleteQuestion($openQuestionId);
178 … $questionObject->updateQuestionAnswer($openQuestionId, $recordId, $categories['rubrik'][0]);
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/
H A DQuestion.php250 * @param int $openQuestionId
255 public function updateQuestionAnswer(int $openQuestionId, int $faqId, int $categoryId): bool argument
262 $openQuestionId
/dports/www/phpmyfaq/phpmyfaq/
H A Dajaxservice.php405 … $openQuestionId = Filter::filterInput(INPUT_POST, 'openQuestionID', FILTER_VALIDATE_INT); variable
406 if ($openQuestionId) {
408 $questionObject->deleteQuestion($openQuestionId);
410 … $questionObject->updateQuestionAnswer($openQuestionId, $recordId, $categories[0]);