ConditionalFormatting
Table of Contents
Properties
-
$operators
: array<int, string>
-
$types
: array<int, string>
Methods
-
operator()
: string|null
-
type()
: string|null
$operators
private
static array<int, string>
$operators
= [0x0 => \PhpOffice\PhpSpreadsheet\Style\Conditional::OPERATOR_NONE, 0x1 => \PhpOffice\PhpSpreadsheet\Style\Conditional::OPERATOR_BETWEEN, 0x2 => \PhpOffice\PhpSpreadsheet\Style\Conditional::OPERATOR_NOTBETWEEN, 0x3 => \PhpOffice\PhpSpreadsheet\Style\Conditional::OPERATOR_EQUAL, 0x4 => \PhpOffice\PhpSpreadsheet\Style\Conditional::OPERATOR_NOTEQUAL, 0x5 => \PhpOffice\PhpSpreadsheet\Style\Conditional::OPERATOR_GREATERTHAN, 0x6 => \PhpOffice\PhpSpreadsheet\Style\Conditional::OPERATOR_LESSTHAN, 0x7 => \PhpOffice\PhpSpreadsheet\Style\Conditional::OPERATOR_GREATERTHANOREQUAL, 0x8 => \PhpOffice\PhpSpreadsheet\Style\Conditional::OPERATOR_LESSTHANOREQUAL]
$types
private
static array<int, string>
$types
= [0x1 => \PhpOffice\PhpSpreadsheet\Style\Conditional::CONDITION_CELLIS, 0x2 => \PhpOffice\PhpSpreadsheet\Style\Conditional::CONDITION_EXPRESSION]
operator()
public
static operator(int $operator) : string|null
Parameters
-
$operator
: int
-
Return values
string|null
type()
public
static type(int $type) : string|null
Parameters
-
$type
: int
-
Return values
string|null