\Phabstractic\Patterns\ResourceBuilderInterface

Builder Interface - Identifies Many Different Objects As Builders

Any class that implements this interface can be 'tagged' as a builder enabled pattern. Every builder gives us a getBuilderResult method that returns the final product of the build.

CHANGELOG

1.0: created builderinterface - August 5th, 2016

Summary

Methods
Constants
getBuiltObject()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getBuiltObject()

getBuiltObject() : mixed

Return final result of composition

Returns

mixed