WeightBuilderInterface
in
Interface WeightBuilderInterface
Table of Contents
- addWeight() : void
- build() : Weight
- hideWeight() : void
- hide the weight information
- reset() : void
- setMainWeight() : void
Methods
addWeight()
public
addWeight(Weight $weight) : void
Parameters
- $weight : Weight
Return values
void —build()
public
build() : Weight
Return values
Weight —hideWeight()
hide the weight information
public
hideWeight() : void
Return values
void —reset()
public
reset() : void
Return values
void —setMainWeight()
public
setMainWeight(Weight|null $weight, int $priority) : void
Parameters
- $weight : Weight|null
- $priority : int