phpDocumentor

VpeBuilder
in package
implements VpeBuilderInterface

Interfaces, Classes and Traits

VpeBuilderInterface

Table of Contents

$id  : int
$name  : string
$value  : float
build()  : Vpe
create()  : self
reset()  : self
withId()  : $this
withName()  : $this
withValue()  : $this

Properties

Methods

create()

public static create() : self
Tags
inheritDoc
Return values
self

reset()

public reset() : self
Tags
inheritDoc
Return values
self

withId()

public withId(int $id) : $this
Parameters
$id : int
Tags
inheritDoc
Return values
$this

withName()

public withName(string $name) : $this
Parameters
$name : string
Tags
inheritDoc
Return values
$this

withValue()

public withValue(float $value) : $this
Parameters
$value : float
Tags
inheritDoc
Return values
$this

Search results