API16

JAuthenticationResponse: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 1: Line 1:
{{subst:Description:JAuthenticationResponse}}
===Defined in===
===Defined in===
libraries/joomla/user/authentication.php
libraries/joomla/user/authentication.php
Line 17: Line 15:




{{subst:SeeAlso:JAuthenticationResponse}}
 


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JAuthenticationResponse
  category=JAuthenticationResponse
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 01:19, 25 March 2017

Defined in

libraries/joomla/user/authentication.php

Methods

Method name Description
__construct Constructor

Importing

jimport( 'joomla.user.authentication' );



Examples

Code Examples