add v2 lib
This commit is contained in:
parent
d666a13d72
commit
8ca929c8e5
18 changed files with 252 additions and 15 deletions
30
docfiles/managers/modelsTypes/modelType.js
Normal file
30
docfiles/managers/modelsTypes/modelType.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/**
|
||||
* @class ModelType
|
||||
* @manager
|
||||
* @memberof ModelTypes
|
||||
*/
|
||||
function ModelType() {
|
||||
/**
|
||||
*
|
||||
* @public
|
||||
* @function get_group_type_id
|
||||
* @memberof ModelTypes.ModelType
|
||||
* @param {v2.string} alias
|
||||
* @returns {v2.address}
|
||||
*/
|
||||
this.get_group_type_id = function(alias) {
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
*
|
||||
* @public
|
||||
* @function aliases
|
||||
* @memberof ModelTypes.ModelType
|
||||
* @returns {v2.map(v2.string, v2.model_type)}
|
||||
*/
|
||||
this.aliases = function() {
|
||||
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue