Table of Contents

getCredentials

API Package Subpackage Class Method Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage Client Class JClientHelper Method getCredentials Reference getCredentials() Never Work in Progress

Method to return the array of client layer configuration options

Syntax

array getCredentials ( $client, $force )

$client string Client name, currently only ‘ftp’ is supported
$force boolean Forces re-creation of the login credentials. Set this to true if login credentials in the session storage have changed

Examples

Example