This class represents a colleciton of OpenID_ServiceEndpoint objects. It implements several SPL interfaces to make it easy to consume.
void __construct( string $identifier, [null|OpenID_Service_Endpoint $spec = null])
void addService( OpenID_ServiceEndpoint $endpoint)
int count( )
string getExpiresHeader( )
null|string getIdentifier( )
ArrayIterator getIterator( )
bool offsetExists( int $offset)
null|OpenID_ServiceEndpoint offsetGet( int $offset)
void offsetSet( int $offset, OpenID_ServiceEndpoint $endpoint)
void offsetUnset( int $offset)
OpenID_ServiceEndpoints setExpiresHeader( string $value)
void setIdentifier( string $identifier)