Tournament Generator

WithSkipSetters

Interface that allows for setting skipping of not-playable games

Tags
author

Tomáš Vojík vojik@wboy.cz

since
0.4

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
Return values
$this

Search results