CellStyleAssessor
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- matchConditions() : Style
- matchConditionsReturnNullIfNoneMatched() : Style|null
Properties
$cell
protected
Cell
$cell
$cellMatcher
protected
CellMatcher
$cellMatcher
$styleMerger
protected
StyleMerger
$styleMerger
Methods
__construct()
public
__construct(Cell $cell, string $conditionalRange) : mixed
Parameters
- $cell : Cell
- $conditionalRange : string
matchConditions()
public
matchConditions([array<string|int, Conditional> $conditionalStyles = [] ]) : Style
Parameters
- $conditionalStyles : array<string|int, Conditional> = []
Return values
StylematchConditionsReturnNullIfNoneMatched()
public
matchConditionsReturnNullIfNoneMatched(array<string|int, Conditional> $conditionalStyles, string $cellData[, bool $stopAtFirstMatch = false ]) : Style|null
Parameters
- $conditionalStyles : array<string|int, Conditional>
- $cellData : string
- $stopAtFirstMatch : bool = false