WizardInterface
Table of Contents
-
fromConditional()
: self
-
getCellRange()
: string
-
getConditional()
: Conditional
-
getStopIfTrue()
: bool
-
getStyle()
: Style
-
setCellRange()
: void
-
setStopIfTrue()
: void
-
setStyle()
: void
fromConditional()
public
static fromConditional(Conditional $conditional[, string $cellRange = 'A1' ]) : self
Parameters
-
$conditional
: Conditional
-
-
$cellRange
: string
= 'A1'
-
Return values
self
—
getCellRange()
public
getCellRange() : string
Return values
string
—
getConditional()
public
getConditional() : Conditional
Return values
Conditional
—
getStopIfTrue()
public
getStopIfTrue() : bool
Return values
bool
—
getStyle()
public
getStyle() : Style
Return values
Style
—
setCellRange()
public
setCellRange(string $cellRange) : void
Parameters
-
$cellRange
: string
-
Return values
void
—
setStopIfTrue()
public
setStopIfTrue(bool $stopIfTrue) : void
Parameters
-
$stopIfTrue
: bool
-
Return values
void
—
setStyle()
public
setStyle(Style $style) : void
Parameters
-
$style
: Style
-
Return values
void
—