| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id$ |
| File Size: | 169 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Zend_Auth:: (9 methods):
__construct()
__clone()
getInstance()
getStorage()
setStorage()
authenticate()
hasIdentity()
getIdentity()
clearIdentity()
| __construct() X-Ref |
| Singleton pattern implementation makes "new" unavailable return: void |
| __clone() X-Ref |
| Singleton pattern implementation makes "clone" unavailable return: void |
| getInstance() X-Ref |
| Returns an instance of Zend_Auth Singleton pattern implementation return: Zend_Auth Provides a fluent interface |
| getStorage() X-Ref |
| Returns the persistent storage handler Session storage is used by default unless a different storage adapter has been set. return: Zend_Auth_Storage_Interface |
| setStorage(Zend_Auth_Storage_Interface $storage) X-Ref |
| Sets the persistent storage handler param: Zend_Auth_Storage_Interface $storage return: Zend_Auth Provides a fluent interface |
| authenticate(Zend_Auth_Adapter_Interface $adapter) X-Ref |
| Authenticates against the supplied adapter param: Zend_Auth_Adapter_Interface $adapter return: Zend_Auth_Result |
| hasIdentity() X-Ref |
| Returns true if and only if an identity is available from storage return: boolean |
| getIdentity() X-Ref |
| Returns the identity from storage or null if no identity is available return: mixed|null |
| clearIdentity() X-Ref |
| Clears the identity from persistent storage return: void |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |