Class LaravelUi5\OData\Service\Builder\EdmBuilder

final
implements EdmBuilderInterface

Mutable accumulator that produces a frozen EdmxInterface (Stage 1).

Collect schema elements via the fluent API then call build() once. After build() the builder must not be mutated further.

Methods