WithSkipSetters
Trait WithSkipSetters
Tags
Table of Contents
- $allowSkip : bool
- allowSkip() : $this
- Allows round skipping
- disallowSkip() : $this
- Disallow round skipping
- getSkip() : bool
- Getter for round skipping
- setSkip() : $this
- Set round skipping
Properties
$allowSkip
private
bool
$allowSkip
= false
Methods
allowSkip()
Allows round skipping
public
allowSkip() : $this
Return values
$this —disallowSkip()
Disallow round skipping
public
disallowSkip() : $this
Return values
$this —getSkip()
Getter for round skipping
public
getSkip() : bool
Return values
bool —setSkip()
Set round skipping
public
setSkip(bool $skip) : $this
Parameters
- $skip : bool