PHP Class Horde_Form_Type_pgp, horde

Inheritance: extends Horde_Form_Type_longtext
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$_gpg string Path to the GnuPG binary.
$_temp string A temporary directory.

Méthodes publiques

Méthode Description
about ( ) Return info about field type.
getPGPParams ( ) : array Returns a parameter hash for the Horde_Crypt_pgp constructor.
init ( $gpg, $temp_dir = null, $rows = null, $cols = null )

Method Details

about() public méthode

Return info about field type.
public about ( )

getPGPParams() public méthode

Returns a parameter hash for the Horde_Crypt_pgp constructor.
public getPGPParams ( ) : array
Résultat array A parameter hash.

init() public méthode

public init ( $gpg, $temp_dir = null, $rows = null, $cols = null )

Property Details

$_gpg public_oe property

Path to the GnuPG binary.
public string $_gpg
Résultat string

$_temp public_oe property

A temporary directory.
public string $_temp
Résultat string