Imbo\Auth\AccessControl\Adapter\AdapterInterface::getGroups PHP Метод

getGroups() публичный Метод

Fetch a list of available resource groups
public getGroups ( Imbo\Auth\AccessControl\GroupQuery $query = null, Groups $model ) : array
$query Imbo\Auth\AccessControl\GroupQuery A query object used to filter the groups returned
$model Imbo\Model\Groups Groups model to populate total number of hits with
Результат array
    function getGroups(GroupQuery $query = null, GroupsModel $model);