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}} | ||
<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}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 14:46, 24 March 2017
JAuthentication::__construct
Description
Constructor.
{{subst:Description:JAuthentication::__construct}}
protected function __construct ()
- Returns
- Defined on line 43 of libraries/joomla/user/authentication.php
See also
JAuthentication::__construct source code on BitBucket
Class JAuthentication
Subpackage User- Other versions of JAuthentication::__construct
{{subst:SeeAlso:JAuthentication::__construct}}
User contributed notes
<CodeExamplesForm />