API17

Difference between revisions of "JSimpleCrypt:: construct"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Object Constructor takes an optional key to be used for encryption/decryption.  
 
Object Constructor takes an optional key to be used for encryption/decryption.  
  
{{Description:JSimpleCrypt::__construct}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JSimpleCrypt::__construct|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JSimpleCrypt::__construct ($key=null)
+
public function __construct ($key=null)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 22:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 +
* '''Defined''' on line 38 of libraries/joomla/utilities/simplecrypt.php
 +
===See also===
 +
* {{JVer|11.1}} '''JSimpleCrypt::__construct source code''' on [[jplatform:utilities/simplecrypt.php#cl-30|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JSimpleCrypt|JSimpleCrypt]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]]
 +
* [[API17:JSimpleCrypt::__construct|Other versions of JSimpleCrypt::__construct]]
  
===Defined in===
+
 
libraries/joomla/utilities/simplecrypt.php (line 39)
+
===User contributed notes===
* see source code in [[jplatform:utilities/simplecrypt.php#cl-39|BitBucket]]
+
=== Code Examples ===
===Referenced by===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JSimpleCrypt::__construct|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
* [[JSimpleCrypt/11.1|JSimpleCrypt]]
 
* [[JSimpleCrypt::__construct|Other versions of this method]]
 
{{SeeAlso:JSimpleCrypt::__construct}}
 
===Examples===
 
<CodeExamplesForm />
 
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JSimpleCrypt::__construct
 
category=JSimpleCrypt::__construct
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JSimpleCrypt]][[Category:JSimpleCrypt::__construct]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:42, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JSimpleCrypt::__construct[edit]

Description[edit]

Object Constructor takes an optional key to be used for encryption/decryption.


public function __construct ($key=null)
Parameter Type Default Description
$key null
  • Returns
  • Defined on line 38 of libraries/joomla/utilities/simplecrypt.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]