Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques statiques | |
static | getCredentials ($client, $force=false) |
static | setCredentials ($client, $user, $pass) |
static | hasCredentials ($client) |
static | setCredentialsFromRequest ($client) |
Définition à la ligne 19 du fichier helper.php.
|
static |
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 |
Définition à la ligne 33 du fichier helper.php.
Références JFactory\getConfig(), et JFactory\getSession().
Référencé par JFolder\copy(), JFile\copy(), JFolder\create(), JFile\delete(), JFolder\delete(), JFactory\getStream(), JFile\move(), JFolder\move(), JFile\upload(), et JFile\write().
|
static |
Method to determine if client login credentials are present
string | $client | Client name, currently only 'ftp' is supported |
Définition à la ligne 148 du fichier helper.php.
Références JFactory\getConfig(), et JFactory\getSession().
|
static |
Method to set client login credentials
string | $client | Client name, currently only 'ftp' is supported |
string | $user | Username |
string | $pass | Password |
Définition à la ligne 93 du fichier helper.php.
Références JFactory\getConfig(), JClientFtp\getInstance(), et JFactory\getSession().
|
static |
Determine whether 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 exception if invalid credentials have been given or if the connection to the server failed for some other reason.
string | $client | The name of the client. |
InvalidArgumentException | if credentials invalid |
Définition à la ligne 206 du fichier helper.php.
Références JText\_(), JFactory\getApplication(), et JError\raiseWarning().