API15

JClientHelper

From Joomla! Documentation

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The "API15" 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.

JClientHelper is a helper class to get, set and check for client credentials.

Defined in[edit]

libraries/joomla/client/helper.php

Methods[edit]

Method name Description
getCredentials Method to return the array of client layer configuration options
setCredentials Method to set client login credentials
hasCredentials Method to determine if client login credentials are present
setCredentialsFromRequest Determine wether input fields for client settings need to be shown

Importing[edit]

jimport( 'joomla.client.helper' );



Examples[edit]

Code Examples[edit]