API17

JAuthenticationResponse:: construct: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 12: Line 12:
===Synopsis===
===Synopsis===
<source lang="php">
<source lang="php">
public JAuthenticationResponse->__construct ()
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

Joomla 11.1 JAuthenticationResponse::__construct

Description

Constructor.

Template:Description:JAuthenticationResponse:: construct [Edit Descripton]

Since

Joomla 11.1

Synopsis

public JAuthenticationResponse::__construct ()
Parameter Type Default Description
string $nameThetypeoftheresponse

Returns

Defined in

libraries/joomla/user/authentication.php (line 269)

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JAuthenticationResponse:: construct

Examples

<CodeExamplesForm />