SimpleSAML_AuthMemCookie::getGroupsAttr PHP Méthode

getGroupsAttr() public méthode

This function retrieves the name of the attribute which contains the groups from the configuration.
public getGroupsAttr ( ) : string
Résultat string The name of the attribute which contains the groups.
    public function getGroupsAttr()
    {
        $groupsAttr = $this->amcConfig->getString('groups', null);
        return $groupsAttr;
    }