Skip to content
Gary Soedarsono edited this page Feb 2, 2015 · 1 revision

Inject.Provider

TODO(gs): Document this.

new Inject.Provider()

Methods

with

Inject.Provider with(String key, * value)

Bind the given value to the given binding key. TODO(gs): Make this look like Inject.with

key String The binding key to use.
value * The value to be bound.

returns [[Inject.Provider|Inject.Provider]]: The provider to be chained.


Clone this wiki locally