JClientHelper
Client helper class
Located in /joomla/client/helper.php (line 21)
JClientHelper (Subpackage Client)
Method to return the array of client layer configuration options
- string $client: Client name, currently only 'ftp' is supported
- boolean $force: Forces re-creation of the login credentials. Set this to true if login credentials in the session storage have changed
Method to determine if client login credentials are present
- string $client: Client name, currently only 'ftp' is supported
Method to set client login credentials
- string $client: Client name, currently only 'ftp' is supported
- string $user: Username
- string $pass: Password
Determine wether input fields for client settings need to be shown
If valid credentials were passed along with the request, they are saved to the session. This functions returns an exeption if invalid credentials have been given or if the connection to the server failed for some other reason.
- $client




JClientHelper (Subpackage Client)
static