PHP Class Horde_Form_Type_smime, horde

Inheritance: extends Horde_Form_Type_longtext
Datei anzeigen Open project: horde/horde

Public Properties

Property Type Description
$_temp string A temporary directory.

Public Methods

Method Description
about ( ) Return info about field type.
getSMIMEParams ( ) : array Returns a parameter hash for the Horde_Crypt_smime constructor.
init ( $temp_dir = null, $rows = null, $cols = null )

Method Details

about() public method

Return info about field type.
public about ( )

getSMIMEParams() public method

Returns a parameter hash for the Horde_Crypt_smime constructor.
public getSMIMEParams ( ) : array
return array A parameter hash.

init() public method

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

Property Details

$_temp public_oe property

A temporary directory.
public string $_temp
return string