Source for file Common.php
Documentation is available at Common.php
* @author Bill Shupp <hostmaster@shupp.org>
* @copyright 2009 Bill Shupp
* @license http://www.opensource.org/licenses/bsd-license.php FreeBSD
* @link http://pearopenid.googlecode.com
* Allows for observers to listen in to key events. The most common use case is for
* logging. To use OpenID_Observe_Log, for example you could do this:
* $log = new OpenID_Observer_Log;
* Now, your logs will by default go to /tmp/OpenID_Observer_Log.log. To stop
* observing, just detach like so:
* @author Bill Shupp <hostmaster@shupp.org>
* @copyright 2009 Bill Shupp
* @license http://www.opensource.org/licenses/bsd-license.php FreeBSD
* @link http://pearopenid.googlecode.com
* @see OpenID_Observer_Log
'OpenID_Association_Request::sendAssociationRequest',
'OpenID_Association::checkMessageSignature',
'OpenID_Assertion::validateReturnTo',
'OpenID_Assertion::validateReturnToNonce',
'OpenID_RelyingParty::verify',
'OpenID_Auth_Request::addNonce',
* Gets the current array of events
* Sets a custom array of events to act upon
* @param array $events Array of events
* Acts upon an event that just occured
* @param array $event Event array, containing 'name' and 'data' keys
abstract public function update(array $event);
Documentation generated on Tue, 15 Dec 2009 19:00:52 -0800 by phpDocumentor 1.4.3