[ 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: | 186 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Service_DeveloperGarden_Credential:: (7 methods):
__construct()
setPassword()
getPassword()
setUsername()
getUsername()
setRealm()
getRealm()
Class: Zend_Service_DeveloperGarden_Credential - X-Ref
__construct($username = null, $password = null, $realm = null) X-Ref |
constructor to init the internal data param: string $username param: string $password param: string $realm return: Zend_Service_DeveloperGarden_Credential |
setPassword($password = null) X-Ref |
split the password into an array param: string $password return: Zend_Service_DeveloperGarden_Client_ClientAbstract |
getPassword() X-Ref |
returns the current configured password return: string |
setUsername($username = null) X-Ref |
set the new login param: string $username return: Zend_Service_DeveloperGarden_Client_ClientAbstract |
getUsername($withRealm = false) X-Ref |
returns the username if $withRealm == true we combine username and realm like username@realm param: $boolean withRealm return: string|null |
setRealm($realm = null) X-Ref |
set the new realm param: string $realm return: Zend_Service_DeveloperGarden_Client_ClientAbstract |
getRealm() X-Ref |
returns the realm return: string|null |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |