|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Collaboration diagram for Auth_Yadis_Manager:Public Member Functions | |
| Auth_Yadis_Manager ($starting_url, $yadis_url, $services, $session_key) | |
| Intialize a new yadis service manager. More... | |
| length () | |
| @access private More... | |
| nextService () | |
| Return the next service. More... | |
| current () | |
| @access private More... | |
| forURL ($url) | |
| @access private More... | |
| started () | |
| @access private More... | |
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.
@access private
Definition at line 283 of file Manager.php.
| Auth_Yadis_Manager::current | ( | ) |
@access private
Definition at line 334 of file Manager.php.
| Auth_Yadis_Manager::forURL | ( | $url | ) |
| Auth_Yadis_Manager::length | ( | ) |
@access 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 | ( | ) |
@access private
Definition at line 352 of file Manager.php.