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
$id
protected
int
$id
$name
protected
string
$name
$value
protected
float
$value
build()
public
build() : Vpe
-
inheritDoc
-
Return values
Vpe
—
create()
public
static create() : self
-
inheritDoc
-
Return values
self
—
reset()
public
reset() : self
-
inheritDoc
-
Return values
self
—
withId()
public
withId(int $id) : $this
Parameters
-
$id
: int
-
-
inheritDoc
-
Return values
$this
—
withName()
public
withName(string $name) : $this
Parameters
-
$name
: string
-
-
inheritDoc
-
Return values
$this
—
withValue()
public
withValue(float $value) : $this
Parameters
-
$value
: float
-
-
inheritDoc
-
Return values
$this
—