Auth_OpenID_Mapping::contains PHP Method

contains() public method

Returns true if the specified value has a key in the mapping; false if not.
public contains ( $value )
    function contains($value)
    {
        return array_search($value, $this->keys) !== false;
    }