PHP Класс Auth_Yadis_Manager

Показать файл Открыть проект

Открытые методы

Метод Описание
__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 ( )