Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
getCredentials ($client, $force=false) | |
setCredentials ($client, $user, $pass) | |
hasCredentials ($client) | |
setCredentialsFromRequest ($client) | |
getCredentials | ( | $client, | |
$force = false |
|||
) |
Helper wrapper method for getCredentials
string | $client | Client name, currently only 'ftp' is supported |
boolean | $force | Forces re-creation of the login credentials. Set this to |
Références $client, et ClientHelper\getCredentials().
hasCredentials | ( | $client | ) |
Helper wrapper method for hasCredentials
string | $client | Client name, currently only 'ftp' is supported |
Références $client, et ClientHelper\hasCredentials().
setCredentials | ( | $client, | |
$user, | |||
$pass | |||
) |
Helper wrapper method for setCredentials
string | $client | Client name, currently only 'ftp' is supported |
string | $user | Username |
string | $pass | Password |
Références $client, $user, et ClientHelper\setCredentials().
setCredentialsFromRequest | ( | $client | ) |
Helper wrapper method for setCredentialsFromRequest
string | $client | The name of the client. |
Références $client, et ClientHelper\setCredentialsFromRequest().