PHP Class Horde_Form_Type_pgp, horde

Inheritance: extends Horde_Form_Type_longtext
ファイルを表示 Open project: horde/horde

Public Properties

Property Type Description
$_gpg string Path to the GnuPG binary.
$_temp string A temporary directory.

Public Methods

Method 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 method

Return info about field type.
public about ( )

getPGPParams() public method

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

init() public method

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

Property Details

$_gpg public_oe property

Path to the GnuPG binary.
public string $_gpg
return string

$_temp public_oe property

A temporary directory.
public string $_temp
return string