abstract class AbstractEntryProvider implements EntryProvider (View source)

Abstract entry provider that provides the most basic provider initialization functionality.

Methods

static EntryProvider
initialize()

Returns a new instance of the entry provider.

array
getMethods()

Returns provided list of all classes returned by the container methods.

Details

static EntryProvider initialize()

Returns a new instance of the entry provider.

Return Value

EntryProvider The initialized entry provider

array getMethods()

Returns provided list of all classes returned by the container methods.

Return Value

array List of provided container entries and associated methods