JAuthenticationResponse/ construct: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 24: | Line 24: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=__construct | category=__construct | ||
category=JAuthenticationResponse | category=JAuthenticationResponse | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 00:18, 25 March 2017
Description
Constructor
<! removed transcluded page call, red link never existed >
Syntax
__construct()
Defined in
libraries/joomla/user/authentication.php
Importing
jimport( 'joomla.user.authentication' );
Source Body
function __construct() { }
<! removed transcluded page call, red link never existed >
Examples
Code Examples