Documentation

WizardInterface

Table of Contents

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
self —

getCellRange()

public getCellRange() : string
Return values
string —

getStopIfTrue()

public getStopIfTrue() : bool
Return values
bool —

setCellRange()

public setCellRange(string $cellRange) : void
Parameters
$cellRange : string
Return values
void —

setStopIfTrue()

public setStopIfTrue(bool $stopIfTrue) : void
Parameters
$stopIfTrue : bool
Return values
void —

Search results