AppserverIo\Appserver\Core\Api\Node\AuthConstraintNode::getRoleNames PHP Méthode

getRoleNames() public méthode

Return's the role name information.
public getRoleNames ( ) : array
Résultat array The role names information
    public function getRoleNames()
    {
        return $this->roleNames;
    }