DataAdapter#getModelTypes()

getModelTypesArrayprivate Defined in packages/ember-extension-support/lib/data_adapter.js:343 Fetches all models defined in the application. Returns: Array Array of model types.

ArrayProxy#_contentWillChange()

_contentWillChangeprivate Defined in packages/ember-runtime/lib/system/array_proxy.js:133 Invoked when the content property is about to change. Notifies observers that the entire array content will change.

DS.Snapshot#record

record{DS.Model} Defined in addon/-private/system/snapshot.js:63 The underlying record for this snapshot. Can be used to access methods and properties defined on the record. Example var json = snapshot.record.toJSON();

Route

Ember.Route Class PUBLIC Extends: Ember.Object Uses: Ember.ActionHandler Uses: Ember.Evented Defined in: packages/ember-routing/lib/system/route.js:75 Module: ember-routing The Ember.Route class is used to define individual routes. Refer to the routing guide for documentation.

Ember.streams.Dependency

Ember.streams.Dependency Class PRIVATE Defined in: packages/ember-htmlbars/lib/streams/dependency.js:14 Module: ember-metal

Ember._addBeforeObserver()

_addBeforeObserver (obj, path, target, method) deprecatedprivate Defined in packages/ember-metal/lib/observer.js:63 Parameters: obj path String target Object|Function method [Function|String]

Binding#connect()

connect (obj) Ember.Bindingpublic Defined in packages/ember-metal/lib/binding.js:135 Attempts to connect this binding instance so that it can receive and relay changes. This method will raise an exception if you have not set the from/to properties yet. Parameters: obj Object The root object for this binding. Returns: Ember.Binding `this`

LinkComponent#rel

relpublic Defined in packages/ember-htmlbars/lib/components/link-to.js:373 Sets the rel attribute of the LinkComponent's HTML element. Default: null

DS.Store#scheduleSave()

scheduleSave (internalModel, resolver, options) private Defined in addon/-private/system/store.js:1685 This method is called by record.save, and gets passed a resolver for the promise that record.save returns. It schedules saving to happen at the end of the run loop. Parameters: internalModel InternalModel resolver Resolver options Object

LinkComponent#replace

replaceBooleanpublic Defined in packages/ember-htmlbars/lib/components/link-to.js:435 Determines whether the LinkComponent will trigger routing via the replaceWith routing strategy. Default: false