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