add v2 lib
This commit is contained in:
parent
d666a13d72
commit
8ca929c8e5
18 changed files with 252 additions and 15 deletions
21
docfiles/managers/groupTypes.js
Normal file
21
docfiles/managers/groupTypes.js
Normal file
|
@ -0,0 +1,21 @@
|
|||
/**
|
||||
* Менеджер тип групп.<br>
|
||||
|
||||
*
|
||||
* @manager
|
||||
* @namespace GroupTypes
|
||||
*/
|
||||
function GroupTypes() {
|
||||
/**
|
||||
* Вернет ссылку на Тип группы.
|
||||
*
|
||||
* @public
|
||||
* @function get
|
||||
* @memberof GroupTypes
|
||||
* @param {v2.model_type} groupType Адрес модели
|
||||
* @returns {tools.promise}
|
||||
*/
|
||||
this.get = function (_groupType) {
|
||||
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue