JAuthenticationResponse:: construct: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
public | public JAuthenticationResponse::__construct () | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 30: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/user/authentication.php | libraries/joomla/user/authentication.php (line 269) | ||
* see source code in [[jplatform:user/authentication.php#cl-269|BitBucket]] | |||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 00:56, 24 April 2011
JAuthenticationResponse::__construct
Description
Constructor.
Template:Description:JAuthenticationResponse:: construct [Edit Descripton]
Since
Synopsis
public JAuthenticationResponse::__construct ()
| Parameter | Type | Default | Description |
|---|---|---|---|
| string | $nameThetypeoftheresponse |
Returns
Defined in
libraries/joomla/user/authentication.php (line 269)
- see source code in BitBucket
Referenced by
See also
Template:SeeAlso:JAuthenticationResponse:: construct
Examples
<CodeExamplesForm />