Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ModelProvider allows you to fetch either a single object of a specified class or a list of objects of a specified class. During execution of methods of this interface, the execution context is modified, meaning that the specified path is put on the top of the execution stack. This allows other objects to inject the specified resource (or path) and use it as a current resource. Read more about execution stack stack  here.

Below table describes methods of the interface.

...