class Builder

Class Builder

Properties

protected SplStack $components

Methods

__construct()

Builder constructor.

$this
unshift()

No description

$this
push()

No description

resolve(ComponentInterface $component)

No description

Details

at line 21
__construct()

Builder constructor.

at line 28
$this unshift()

Return Value

$this

at line 41
$this push()

Return Value

$this

at line 56
ServerStack resolve(ComponentInterface $component)

Parameters

ComponentInterface $component

Return Value

ServerStack