Function SingletonContainer.set

Set object factory

SingletonContainer set (
  Factory!(Object) object,
  string key
);

Parameters

NameDescription
object factory for a object that is to be managed by prototype container.
key identity of factory

Returns

typeof(this)