TYPO3 CMS  TYPO3_6-2
Auth_Yadis_Manager Class Reference

Public Member Functions

 Auth_Yadis_Manager ($starting_url, $yadis_url, $services, $session_key)
 
 length ()
 
 nextService ()
 
 current ()
 
 forURL ($url)
 
 started ()
 

Detailed Description

Definition at line 276 of file Manager.php.

Member Function Documentation

◆ Auth_Yadis_Manager()

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.

◆ current()

Auth_Yadis_Manager::current ( )

private

Definition at line 334 of file Manager.php.

◆ forURL()

Auth_Yadis_Manager::forURL (   $url)

private

Definition at line 344 of file Manager.php.

◆ length()

Auth_Yadis_Manager::length ( )

private

Definition at line 307 of file Manager.php.

◆ nextService()

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.

◆ started()

Auth_Yadis_Manager::started ( )

private

Definition at line 352 of file Manager.php.