OpenID
[ class tree: OpenID ] [ index: OpenID ] [ all elements ]

Class: OpenID_Discover_Interface

Source Location: /OpenID-0.4.0/OpenID/Discover/Interface.php

Class Overview


Describes the discovery driver interface


Author(s):

Copyright:

  • 2009 Rich Schumacher

Methods


Inherited Variables

Inherited Methods


Class Details

[line 25]
Describes the discovery driver interface


[ Top ]


Method Detail

__construct (Constructor)   [line 34]

void __construct( string $identifier)

Constructor. Sets the user supplied identifier.
  • Access: public

Parameters:

string   $identifier   —  User supplied identifier

[ Top ]

discover   [line 41]

bool discover( )

Performs discovery on the user supplied identifier
  • Return: true on success, false on failure
  • Access: public

[ Top ]

setRequestOptions   [line 50]

OpenID_Discover setRequestOptions( array $options)

Sets the HTTP_Request2 options to use
  • Return: for fluent interface
  • Access: public

Parameters:

array   $options   —  Array of HTTP_Request2 options

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:57:49 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.