PHP Class ServerAssocs

Datei anzeigen Open project: openid/php-openid

Public Methods

Method Description
__construct ( )
best ( ) * Returns association with the oldest issued date.
cleanup ( ) * Remove expired associations.
get ( $handle )
remove ( $handle )
set ( $assoc )

Method Details

__construct() public method

public __construct ( )

best() public method

or null if there are no associations.
public best ( )

cleanup() public method

* Remove expired associations.
public cleanup ( )

get() public method

public get ( $handle )

remove() public method

public remove ( $handle )

set() public method

public set ( $assoc )