This commit is contained in:
Aleksey Chichenkov 2018-09-19 13:40:04 +03:00
parent bbb8ca5fdf
commit d666a13d72
11 changed files with 687 additions and 164 deletions

20
docfiles/groupTypes.js Normal file
View file

@ -0,0 +1,20 @@
/**
* Менеджер тип групп.<br>
*
* @namespace GroupTypes
*/
function GroupTypes() {
/**
* Вернет ссылку на Тип группы.
*
* @public
* @function get
* @memberof GroupTypes
* @param {v2.model_type} groupType Адрес модели
* @returns {tools.promise}
*/
this.get = function (_groupType) {
};
}