JClientHelper/1.5
From Joomla! Documentation
JClientHelper
Description
JClientHelper is a helper class to get, set and check for client credentials. [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | getCredentials | Method to return the array of client layer configuration options. |
| public | hasCredentials | Method to determine if client login credentials are present. |
| public | setCredentials | Method to set client login credentials. |
| public | setCredentialsFromRequest | Determine wether input fields for client settings need to be shown. |
- Defined in libraries/joomla/client/helper.php
Importing
jimport( 'joomla.client.helper' );
See also
-
JClientHelper on api.joomla.org
-
JClientHelper source code on JoomlaCode
-
Subpackage Client
- Other versions of JClientHelper
SeeAlso:JClientHelper [Edit See Also]
User contributed notes
<CodeExamplesForm />