blob: 557a3fcf9f3027f8ee6953accc432570fb8538b5 [file] [log] [blame]
<?php
/**
* Autoloader definition for the AuthenticationDatabaseTiein component.
*
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version //autogentag//
* @filesource
* @package AuthenticationDatabaseTiein
*/
return array(
'ezcAuthenticationOpenidDbStore' => 'AuthenticationDatabaseTiein/filters/openid/openid_db_store.php',
'ezcAuthenticationOpenidDbStoreOptions' => 'AuthenticationDatabaseTiein/options/openid_db_store_options.php',
);
?>