interface EntryProvider (View source)

Interface for classes that provide container entries.

Methods

static EntryProvider
initialize()

Loads the entry provider when loaded by the container.

array
getMethods()

Returns list of provided container entries and associated methods.

Details

static EntryProvider initialize()

Loads the entry provider when loaded by the container.

Return Value

EntryProvider The initialized entry provider

array getMethods()

Returns list of provided container entries and associated methods.

Return Value

array List of provided container entries and associated methods