PHP 클래스 Horde_Form_Type_pgp, horde

상속: extends Horde_Form_Type_longtext
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$_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