Packagepotomac.inject
Interfacepublic interface IProvider

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 Methods
 MethodDefined By
  
getInstance():Object
Returns an instance of the necessary class for the injection binding.
IProvider
Method Detail
getInstance()method
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.