Auth_OpenID_AX_FetchRequest::contains PHP 메소드

contains() 공개 메소드

Is the given type URI present in this fetch_request?
public contains ( $type_uri )
    function contains($type_uri)
    {
        return in_array($type_uri, $this->iterTypes());
    }