Liste de tous les membres
Fonctions membres publiques |
| __construct ($type, $private=null, $public=null) |
| __get ($name) |
Description détaillée
Définition à la ligne 21 du fichier key.php.
Documentation des constructeurs et destructeur
JCryptKey::__construct |
( |
|
$type, |
|
|
|
$private = null , |
|
|
|
$public = null |
|
) |
| |
Constructor.
- Paramètres:
-
string | $type | The key type. |
string | $private | The private key. |
string | $public | The public key. |
- Depuis:
- 12.1
Définition à la ligne 50 du fichier key.php.
{
$this->type = (string)
$type;
}
Documentation des fonctions membres
JCryptKey::__get |
( |
|
$name | ) |
|
Magic method to return some protected property values.
- Paramètres:
-
string | $name | The name of the property to return. |
- Renvoie:
- mixed
- Depuis:
- 12.1
Définition à la ligne 69 du fichier key.php.
{
if ($name == 'type')
{
}
else
{
trigger_error('Cannot access property ' . __CLASS__ . '::' . $name, E_USER_WARNING);
}
}
Documentation des données membres
La documentation de cette classe a été générée à partir du fichier suivant :
- jplatform-13.1/joomla/crypt/key.php