WithSkipSetters
in
Interface that allows for setting skipping of not-playable games
Tags
Table of Contents
- allowSkip() : $this
- Allows round skipping
- disallowSkip() : $this
- Disallow round skipping
- getSkip() : bool
- Getter for round skipping
- setSkip() : $this
- Set round skipping
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