API17

JAuthentication:: construct: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Constructor.  
Constructor.  


{{Description:JAuthentication::__construct}}
{{subst:Description:JAuthentication::__construct}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JAuthentication::__construct|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
protected function __construct ()
protected function __construct ()
Line 18: Line 16:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_User|User]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_User|User]]
* [[API17:JAuthentication::__construct|Other versions of JAuthentication::__construct]]
* [[API17:JAuthentication::__construct|Other versions of JAuthentication::__construct]]
{{SeeAlso:JAuthentication::__construct}}
{{subst:SeeAlso:JAuthentication::__construct}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JAuthentication::__construct|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 14:46, 24 March 2017

Joomla 11.1 JAuthentication::__construct

Description

Constructor.

{{subst:Description:JAuthentication::__construct}}

protected function __construct ()
  • Returns
  • Defined on line 43 of libraries/joomla/user/authentication.php

See also

{{subst:SeeAlso:JAuthentication::__construct}}

User contributed notes

<CodeExamplesForm />