PHP 클래스 Auth_Yadis_Manager

파일 보기 프로젝트 열기: openid/php-openid

공개 메소드들

메소드 설명
__construct ( $starting_url, $yadis_url, $services, $session_key ) Intialize a new yadis service manager.
current ( )
forURL ( $url )
length ( )
nextService ( ) Return the next service
started ( )

메소드 상세

__construct() 공개 메소드

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

current() 공개 메소드

public current ( )

forURL() 공개 메소드

public forURL ( $url )

length() 공개 메소드

public length ( )

nextService() 공개 메소드

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

started() 공개 메소드

public started ( )