Function Namespace AjaxSolr.Class
Baseclass for all classes
Defined in: Core.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
AjaxSolr.Class.extend(properties)
A class 'extends' itself into a subclass.
|
Method Detail
<static>
AjaxSolr.Class.extend(properties)
A class 'extends' itself into a subclass.
- Parameters:
- properties
- The properties of the subclass.
- Returns:
- A function that represents the subclass.