An IProvider provides instances of an object for an injection binding. Providers
allow callers to add their own logic to the creation of classes during injection.
public function getInstance():Object
Returns an instance of the necessary class for the injection binding.
Returns | Object — An instance of the necessary class for the injection binding.
|
Fri Sep 10 2010, 10:44 AM -04:00