UserService::getAllRoles PHP Method

getAllRoles() public method

Returns the {@link Role} objects that are defined for the users of the network.
public getAllRoles ( ) : the
return the roles defined for the user's network
        public function getAllRoles()
        {
            $args = new GetAllRoles();
            $result = $this->__soapCall("getAllRoles", array($args));
            return $result->rval;
        }