Auth_OpenID_AX_KeyValueMessage::setValues PHP Méthode

setValues() public méthode

Set the values for the given attribute type. This replaces any values that have already been set for this attribute.
public setValues ( $type_uri, &$values )
    function setValues($type_uri, &$values)
    {
        $this->data[$type_uri] =& $values;
    }