API17

API17:JSimpleCrypt:: construct

From Joomla! Documentation

Joomla 11.1 JSimpleCrypt::__construct

Description

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


User contributed notes

Code Examples