Tournament Generator

WithSkipSetters

Trait WithSkipSetters

Tags
author

Tomáš Vojík vojik@wboy.cz

since
0.4

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

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