API17:JSimpleCrypt:: construct
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JSimpleCrypt::__construct|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JSimpleCrypt::__construct|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function __construct ($key=null) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 25: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 38 of libraries/joomla/utilities/simplecrypt.php | |
| − | + | ||
| − | libraries/joomla/utilities/simplecrypt.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JSimpleCrypt::__construct source code''' on [[jplatform:utilities/simplecrypt.php#cl-30|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JSimpleCrypt/11.1|JSimpleCrypt]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Utilities/11.1|Utilities]] | ||
| + | * [[JSimpleCrypt::__construct|Other versions of JSimpleCrypt::__construct]] | ||
| + | {{SeeAlso:JSimpleCrypt::__construct}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JSimpleCrypt::__construct|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JSimpleCrypt::__construct|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 46: | Line 43: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JSimpleCrypt]][[Category:JSimpleCrypt::__construct]]</noinclude> | <noinclude>[[Category:JSimpleCrypt]][[Category:JSimpleCrypt::__construct]]</noinclude> | ||
Revision as of 21:40, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JSimpleCrypt::__construct
Description
Object Constructor takes an optional key to be used for encryption/decryption.
Description:JSimpleCrypt:: construct [Edit Descripton]
public function __construct ($key=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $key | null |
- Returns
- Defined on line 38 of libraries/joomla/utilities/simplecrypt.php
See also
-
JSimpleCrypt::__construct source code on BitBucket
-
Class JSimpleCrypt
-
Subpackage Utilities
- Other versions of JSimpleCrypt::__construct
SeeAlso:JSimpleCrypt:: construct [Edit See Also]
User contributed notes
<CodeExamplesForm />
