PHP Class Auth_Yadis_Manager

Show file Open project: openid/php-openid

Public Methods

Method Description
__construct ( $starting_url, $yadis_url, $services, $session_key ) Intialize a new yadis service manager.
current ( )
forURL ( $url )
length ( )
nextService ( ) Return the next service
started ( )

Method Details

__construct() public method

Intialize a new yadis service manager.
public __construct ( $starting_url, $yadis_url, $services, $session_key )

current() public method

public current ( )

forURL() public method

public forURL ( $url )

length() public method

public length ( )

nextService() public method

$this->current() will continue to return that service until the next call to this method.
public nextService ( )

started() public method

public started ( )