PHP Класс Horde_Form_Type_pgp, horde

Наследование: extends Horde_Form_Type_longtext
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$_gpg string Path to the GnuPG binary.
$_temp string A temporary directory.

Открытые методы

Метод Описание
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 )

Описание методов

about() публичный Метод

Return info about field type.
public about ( )

getPGPParams() публичный Метод

Returns a parameter hash for the Horde_Crypt_pgp constructor.
public getPGPParams ( ) : array
Результат array A parameter hash.

init() публичный Метод

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

Описание свойств

$_gpg публичное свойство

Path to the GnuPG binary.
public string $_gpg
Результат string

$_temp публичное свойство

A temporary directory.
public string $_temp
Результат string