interface BuilderInterface

Interface BuilderInterface

Methods

mixed
build()

Function should return BuildObject (e.g. ExampleBuilder should return Example) and should be your last step of your build chain

create()

Function should return a BuilderObject

Details

at line 21
mixed build()

Function should return BuildObject (e.g. ExampleBuilder should return Example) and should be your last step of your build chain

Return Value

mixed

at line 15
static BuilderInterface create()

Function should return a BuilderObject

Return Value

BuilderInterface