JAuthenticationResponse/1.5
From Joomla! Documentation
< JAuthenticationResponse(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JAuthenticationResponse== | ||
| + | ===Description=== | ||
| + | {{Description:JAuthenticationResponse}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JAuthenticationResponse|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JAuthenticationResponse|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JAuthenticationResponse::__construct/1.5|__construct]] | |[[JAuthenticationResponse::__construct/1.5|__construct]] | ||
|Constructor. | |Constructor. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/user/authentication.php | ||
| + | * '''Extends''' [[JObject/1.5|JObject]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.user.authentication' );</source> | <source lang="php">jimport( 'joomla.user.authentication' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JAuthenticationResponse''' on [http://api.joomla.org/Joomla-Framework/User/JAuthenticationResponse.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JAuthenticationResponse source code''' on [[jframework15:user/authentication.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage User/1.5|User]] | ||
| + | * [[JAuthenticationResponse|Other versions of JAuthenticationResponse]] | ||
| + | {{SeeAlso:JAuthenticationResponse}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JAuthenticationResponse|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JAuthenticationResponse|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 38: | Line 39: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JAuthenticationResponse]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JAuthenticationResponse]]</noinclude> | ||
Revision as of 18:05, 25 April 2011
JAuthenticationResponse
Description
Description:JAuthenticationResponse [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
- Defined in libraries/joomla/user/authentication.php
- Extends JObject
Importing
jimport( 'joomla.user.authentication' );
See also
-
JAuthenticationResponse on api.joomla.org
-
JAuthenticationResponse source code on JoomlaCode
-
Subpackage User
- Other versions of JAuthenticationResponse
SeeAlso:JAuthenticationResponse [Edit See Also]
User contributed notes
<CodeExamplesForm />