ILIAS
Release_4_4_x_branch Revision 61816
|
Public Member Functions | |
Auth_Yadis_Manager ($starting_url, $yadis_url, $services, $session_key) | |
Intialize a new yadis service manager. | |
length () | |
private | |
nextService () | |
Return the next service. | |
current () | |
private | |
forURL ($url) | |
private | |
started () | |
private |
Definition at line 276 of file Manager.php.
Auth_Yadis_Manager::Auth_Yadis_Manager | ( | $starting_url, | |
$yadis_url, | |||
$services, | |||
$session_key | |||
) |
Intialize a new yadis service manager.
private
Definition at line 283 of file Manager.php.
Auth_Yadis_Manager::current | ( | ) |
private
Definition at line 334 of file Manager.php.
Auth_Yadis_Manager::forURL | ( | $url | ) |
private
Definition at line 344 of file Manager.php.
Auth_Yadis_Manager::length | ( | ) |
private
Definition at line 307 of file Manager.php.
Auth_Yadis_Manager::nextService | ( | ) |
Return the next service.
$this->current() will continue to return that service until the next call to this method.
Definition at line 319 of file Manager.php.
Auth_Yadis_Manager::started | ( | ) |
private
Definition at line 352 of file Manager.php.