issue 2363 create get grant method by xml api

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11206 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-09-11 07:09:42 +00:00
parent aa429a63b4
commit ff608c540a
4 changed files with 75 additions and 0 deletions

View file

@ -478,6 +478,14 @@
return $GLOBALS['__group_info__'][$site_srl];
}
public function getApiGroups()
{
$siteSrl = Context::get('siteSrl');
$groupInfo = $this->getGroups($siteSrl);
$this->add($groupInfo);
}
/**
* @brief Get a list of member join forms
*