API17:JClientHelper::hasCredentials
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 30: | Line 30: | ||
boolean True if login credentials are available | boolean True if login credentials are available | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/client/helper.php | + | libraries/joomla/client/helper.php (line 152) |
| + | * see source code in [[jplatform:client/helper.php#cl-152|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
* [[setCredentialsFromRequest/11.1|setCredentialsFromRequest]] | * [[setCredentialsFromRequest/11.1|setCredentialsFromRequest]] | ||
Revision as of 20:06, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JClientHelper::hasCredentials
Description
Method to determine if client login credentials are present.
Description:JClientHelper::hasCredentials [Edit Descripton]
Since
Synopsis
public static JClientHelper::hasCredentials ($client)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $client | string | Client name, currently only 'ftp' is supported |
Returns
boolean True if login credentials are available
Defined in
libraries/joomla/client/helper.php (line 152)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JClientHelper::hasCredentials
Examples
<CodeExamplesForm />
