Abstract

Skull. Abstract

new Abstract()

Abstract class that can be extended in Backbone way. Also works with Skull.ResourceRegistry if it was passed as registry in first argument, utilizing Skull.ResourceRegistry.processRegistry

Source:

Methods

(protected) _parentResult(cls, propertyName) → {*}

Much like a _.result, but ascending to parent

Parameters:
Name Type Description
cls function

class derived in usual Skull paradigm (i.e. with __super__ property pointing to parent's prototype)

propertyName String
Source:
Returns:

Most of the times it is Object

Type
*

initialize(options)

Parameters:
Name Type Description
options Object
Source: