em_manager_helper.php
LimeSurvey Copyright (C) 2007-2015 The LimeSurvey Project Team / Carsten Schmitz All rights reserved.
License: GNU/GPL License v2 or later, see LICENSE.php LimeSurvey is free software. This version may have been modified pursuant to the GNU General Public License, and as distributed it includes or is derivative of works licensed under the GNU General Public License or other free or open source software licenses. See COPYRIGHT.php for copyright notices and details.
Table of Contents
Classes
Constants
- LEM_DEBUG_TIMING = 1
- LEM_DEBUG_VALIDATION_DETAIL = 4
- LEM_DEBUG_VALIDATION_SUMMARY = 2
- LEM_PRETTY_PRINT_ALL_SYNTAX = 32
Functions
- cmpQuestionSeq() : int
- Used by usort() to order $this->questionSeq2relevance in proper order
Constants
LEM_DEBUG_TIMING
public
mixed
LEM_DEBUG_TIMING
= 1
LEM_DEBUG_VALIDATION_DETAIL
public
mixed
LEM_DEBUG_VALIDATION_DETAIL
= 4
LEM_DEBUG_VALIDATION_SUMMARY
public
mixed
LEM_DEBUG_VALIDATION_SUMMARY
= 2
LEM_PRETTY_PRINT_ALL_SYNTAX
public
mixed
LEM_PRETTY_PRINT_ALL_SYNTAX
= 32
Functions
cmpQuestionSeq()
Used by usort() to order $this->questionSeq2relevance in proper order
cmpQuestionSeq(array<string|int, mixed> $a, array<string|int, mixed> $b) : int
Parameters
- $a : array<string|int, mixed>
- $b : array<string|int, mixed>