API17

Difference between revisions of "JClientHelper"

From Joomla! Documentation

(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

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JClientHelper

Defined in[edit]

libraries/joomla/client/helper.php

Subpackage[edit]

Client

Extends[edit]

Extended by[edit]

Methods[edit]

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[edit]

jimport( 'joomla.client.helper' );

See also[edit]

Template:SeeAlso:JClientHelper [Edit See Also]

Examples[edit]

<CodeExamplesForm />