AppserverIo\Appserver\Core\Api\Node\AuthConstraintNode::getRoleNames PHP Метод

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

Return's the role name information.
public getRoleNames ( ) : array
Результат array The role names information
    public function getRoleNames()
    {
        return $this->roleNames;
    }