|
ILIAS
eassessment Revision 61809
|
Collaboration diagram for PHPExcel_Calculation_Logical:Static Public Member Functions | |
| static | TRUE () |
| static | FALSE () |
| static | LOGICAL_AND () |
| static | LOGICAL_OR () |
| static | NOT ($logical) |
| static | STATEMENT_IF ($condition=true, $returnIfTrue=0, $returnIfFalse=False) |
| static | IFERROR ($testValue= '', $errorpart= '') |
Definition at line 46 of file Logical.php.
|
static |
Definition at line 77 of file Logical.php.
|
static |
Definition at line 283 of file Logical.php.
References PHPExcel_Calculation_Functions\flattenSingleValue(), PHPExcel_Calculation_Functions\IS_ERROR(), and STATEMENT_IF().
Here is the call graph for this function:
|
static |
Definition at line 103 of file Logical.php.
References $arg, PHPExcel_Calculation_Functions\flattenArray(), PHPExcel_Calculation\getFALSE(), PHPExcel_Calculation\getTRUE(), and PHPExcel_Calculation_Functions\VALUE().
Here is the call graph for this function:
|
static |
Definition at line 159 of file Logical.php.
References $arg, PHPExcel_Calculation_Functions\flattenArray(), PHPExcel_Calculation\getFALSE(), PHPExcel_Calculation\getTRUE(), and PHPExcel_Calculation_Functions\VALUE().
Here is the call graph for this function:
|
static |
Definition at line 214 of file Logical.php.
References PHPExcel_Calculation_Functions\flattenSingleValue(), PHPExcel_Calculation\getFALSE(), PHPExcel_Calculation\getTRUE(), and PHPExcel_Calculation_Functions\VALUE().
Here is the call graph for this function:
|
static |
Definition at line 262 of file Logical.php.
References PHPExcel_Calculation_Functions\flattenSingleValue().
Referenced by IFERROR().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 60 of file Logical.php.