ConditionalHelper
in package
Table of Contents
Properties
- $cellRange : string
- $condition : mixed
- $parser : Parser
- Formula parser.
- $size : int
- $tokens : string|null
Methods
- __construct() : mixed
- processCondition() : void
- size() : int
- tokens() : string|null
Properties
$cellRange
protected
string
$cellRange
$condition
protected
mixed
$condition
$parser
Formula parser.
protected
Parser
$parser
$size
protected
int
$size
$tokens
protected
string|null
$tokens
= null
Methods
__construct()
public
__construct(Parser $parser) : mixed
Parameters
- $parser : Parser
processCondition()
public
processCondition(mixed $condition, string $cellRange) : void
Parameters
- $condition : mixed
- $cellRange : string
size()
public
size() : int
Return values
inttokens()
public
tokens() : string|null