JClientHelper::getCredentials/1.5
From Joomla! Documentation
JClientHelper::getCredentials
Description
Method to return the array of client layer configuration options.
Description:JClientHelper::getCredentials [Edit Descripton]
public function getCredentials ( $client $force=false )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $client | string | Client name, currently only 'ftp' is supported | |
| $force | boolean | false | Forces re-creation of the login credentials. Set this to true if login credentials in the session storage have changed |
- Returns array Client layer configuration options, consisting of at least these fields: enabled, host, port, user, pass, root
- Defined on line 35 of libraries/joomla/client/helper.php
- Since
- Referenced by
See also
-
JClientHelper::getCredentials on api.joomla.org
-
JClientHelper source code on JoomlaCode
-
Class JClientHelper
-
Subpackage Client
- Other versions of JClientHelper::getCredentials
SeeAlso:JClientHelper::getCredentials [Edit See Also]
User contributed notes
<CodeExamplesForm />