27 public static function true():
bool
47 public static function false():
bool
168 public static function NOT($logical =
false)
209 public static function statementIf($condition =
true, $returnIfTrue = 0, $returnIfFalse =
false)
264 public static function IFERROR($testValue =
'', $errorpart =
'')
285 public static function IFNA($testValue =
'', $napart =
'')
310 public static function IFS(...$arguments)
An exception for terminatinating execution or to throw for unit testing.
static statementSwitch(... $arguments)
STATEMENT_SWITCH.
static statementIf($condition=true, $returnIfTrue=0, $returnIfFalse=false)
STATEMENT_IF.
static IFNA($testValue='', $napart='')
IFNA.
static IFERROR($testValue='', $errorpart='')
IFERROR.
static IFS(... $arguments)
IFS.
static logicalOr(... $args)
LOGICAL_OR.
static logicalAnd(... $args)
LOGICAL_AND.
static logicalXor(... $args)
LOGICAL_XOR.
static NOT($logical=false)
NOT.
static statementIf($condition=true, $returnIfTrue=0, $returnIfFalse=false)
STATEMENT_IF.
static IFS(... $arguments)
IFS.
static logicalAnd(... $args)
LOGICAL_AND.
static NOT($logical=false)
NOT.
static IFNA($testValue='', $napart='')
IFNA.
static statementSwitch(... $arguments)
STATEMENT_SWITCH.
static IFERROR($testValue='', $errorpart='')
IFERROR.
static logicalXor(... $args)
LOGICAL_XOR.
static logicalOr(... $args)
LOGICAL_OR.