API17:JClientHelper
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/client/helper.php | libraries/joomla/client/helper.php | ||
| + | * see source code in [[jplatform:client/helper.php|BitBucket]] | ||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Client/11.1|Client]] | [[Subpackage Client/11.1|Client]] | ||
| Line 32: | Line 33: | ||
<source lang="php">jimport( 'joomla.client.helper' );</source> | <source lang="php">jimport( 'joomla.client.helper' );</source> | ||
===See also=== | ===See also=== | ||
| + | * JClientHelper source code in [[jplatform:client/helper.php|BitBucket]] | ||
* [[JClientHelper|Other versions of this class]] | * [[JClientHelper|Other versions of this class]] | ||
{{SeeAlso:JClientHelper}} | {{SeeAlso:JClientHelper}} | ||
Revision as of 17:50, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] JClientHelper is a helper class to get, set and check for client credentials.
Defined in
libraries/joomla/client/helper.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| getCredentials | Method to return the array of client layer configuration options. |
| hasCredentials | Method to determine if client login credentials are present. |
| setCredentials | Method to set client login credentials. |
| setCredentialsFromRequest | Determine wether input fields for client settings need to be shown. |
Importing
jimport( 'joomla.client.helper' );
See also
- JClientHelper source code in BitBucket
- Other versions of this class
SeeAlso:JClientHelper [Edit See Also]
Examples
<CodeExamplesForm />
