ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Public Member Functions | |
Auth_Yadis_Manager ($starting_url, $yadis_url, $services, $session_key) | |
Intialize a new yadis service manager. More... | |
length () | |
private More... | |
nextService () | |
Return the next service. More... | |
current () | |
private More... | |
forURL ($url) | |
private More... | |
started () | |
private More... | |
Definition at line 276 of file Manager.php.
Auth_Yadis_Manager::Auth_Yadis_Manager | ( | $starting_url, | |
$yadis_url, | |||
$services, | |||
$session_key | |||
) |
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.