API16

JAuthenticationResponse: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
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:
<span class="editsection" style="font-size:76%;">
{{subst:Description:JAuthenticationResponse}}
<nowiki>[</nowiki>[[Description:JAuthenticationResponse|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{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>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JAuthenticationResponse|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JAuthenticationResponse}}
</span>
{{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 />