API Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
IScoper
Methods
Package
potomac.inject
Interface
public interface IScoper
An IScoper allows callers to set the injection binding as a singleton. Singleton injection bindings prevent more than one instance of the injection class from being created.
Public Methods
Method
Defined By
asSingleton
():void
Sets the injection binding as a singleton.
IScoper
Method Detail
asSingleton
()
method
public function asSingleton():void
Sets the injection binding as a singleton.
Fri Sep 10 2010, 10:44 AM -04:00