Class Index | File Index

Classes


Function Namespace AjaxSolr.Class

Baseclass for all classes
Defined in: Core.js.

Function Namespace Summary
Constructor Attributes Constructor Name and Description
 
AjaxSolr.Class(attributes)
Method Summary
Method Attributes Method Name and Description
<static>  
AjaxSolr.Class.extend(protoProps, staticProps)
A class 'extends' itself into a subclass.
Function Namespace Detail
AjaxSolr.Class(attributes)
Parameters:
attributes
See:
https://github.com/documentcloud/backbone/blob/51eed189bf4d25877be4acdf51e0a4c6039583c5/backbone.js#L243
Method Detail
<static> AjaxSolr.Class.extend(protoProps, staticProps)
A class 'extends' itself into a subclass.
Parameters:
protoProps
The properties of the subclass.
staticProps
Returns:
A function that represents the subclass.
See:
https://github.com/documentcloud/backbone/blob/51eed189bf4d25877be4acdf51e0a4c6039583c5/backbone.js#L1516

Documentation generated by JsDoc Toolkit 2.3.0 on Mon Apr 29 2013 14:55:21 GMT-0400 (EDT)