JAuthenticationResponse: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JAuthenticationRespo... |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JAuthenticationResponse}} | |||
{{Description:JAuthenticationResponse}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 19: | Line 16: | ||
<source lang="php">jimport( 'joomla.user.authentication' );</source> | <source lang="php">jimport( 'joomla.user.authentication' );</source> | ||
{{subst:SeeAlso:JAuthenticationResponse}} | |||
{{SeeAlso:JAuthenticationResponse}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 13:39, 24 March 2017
{{subst:Description:JAuthenticationResponse}}
Defined in
libraries/joomla/user/authentication.php
Methods
| Method name | Description |
|---|---|
| __construct | Constructor |
Importing
jimport( 'joomla.user.authentication' );
{{subst:SeeAlso:JAuthenticationResponse}}
Examples
<CodeExamplesForm />