API17:JClientHelper::hasCredentials
From Joomla! Documentation
JClientHelper::hasCredentials
Description
Method to determine if client login credentials are present.
public static function hasCredentials ($client)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $client | string | Client name, currently only 'ftp' is supported |
- Returns boolean True if login credentials are available
- Defined on line 152 of libraries/joomla/client/helper.php
- Since

- Referenced by
See also
JClientHelper::hasCredentials source code on BitBucket
Class JClientHelper
Subpackage Client- Other versions of JClientHelper::hasCredentials
User contributed notes
Code Examples