Documentation

Horde_Form_Type_pgp extends Horde_Form_Type_longtext
in package

A Text Box form type

Table of Contents

$_cols  : mixed
$_gpg  : string
Path to the GnuPG binary.
$_helper  : mixed
$_maxlength  : mixed
$_regex  : mixed
$_rows  : mixed
$_size  : mixed
$_temp  : string
A temporary directory.
__get()  : mixed
__set()  : mixed
about()  : mixed
Return info about field type.
getCols()  : mixed
getInfo()  : mixed
getMaxLength()  : mixed
getPGPParams()  : array<string|int, mixed>
Returns a parameter hash for the Horde_Crypt_pgp constructor.
getProperty()  : mixed
getRows()  : mixed
getSize()  : mixed
getTypeName()  : mixed
getValues()  : mixed
hasHelper()  : mixed
init()  : mixed
Init a PGP field
isValid()  : mixed
onSubmit()  : mixed
setProperty()  : mixed

Properties

$_cols

public mixed $_cols

$_gpg

Path to the GnuPG binary.

public string $_gpg

$_helper

public mixed $_helper = array()

$_maxlength

public mixed $_maxlength

$_regex

public mixed $_regex

$_rows

public mixed $_rows

$_size

public mixed $_size

$_temp

A temporary directory.

public string $_temp

Methods

__get()

public __get(mixed $property) : mixed
Parameters
$property : mixed
Return values
mixed

__set()

public __set(mixed $property, mixed $value) : mixed
Parameters
$property : mixed
$value : mixed
Return values
mixed

about()

Return info about field type.

public about() : mixed
Return values
mixed

getCols()

public getCols() : mixed
Return values
mixed

getInfo()

public getInfo(mixed &$vars, mixed &$var, mixed &$info) : mixed
Parameters
$vars : mixed
$var : mixed
$info : mixed
Return values
mixed

getMaxLength()

public getMaxLength() : mixed
Return values
mixed

getPGPParams()

Returns a parameter hash for the Horde_Crypt_pgp constructor.

public getPGPParams() : array<string|int, mixed>
Return values
array<string|int, mixed>

A parameter hash.

getProperty()

public getProperty(mixed $property) : mixed
Parameters
$property : mixed
Return values
mixed

getRows()

public getRows() : mixed
Return values
mixed

getSize()

public getSize() : mixed
Return values
mixed

getTypeName()

public getTypeName() : mixed
Return values
mixed

getValues()

public getValues(mixed ...$params) : mixed
Parameters
$params : mixed
Return values
mixed

hasHelper()

public hasHelper([mixed $option = '' ]) : mixed
Parameters
$option : mixed = ''
Return values
mixed

init()

Init a PGP field

public init(mixed ...$params) : mixed

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

Parameters
$params : mixed
Return values
mixed

isValid()

public isValid(mixed &$var, mixed &$vars, mixed $value, mixed &$message) : mixed
Parameters
$var : mixed
$vars : mixed
$value : mixed
$message : mixed
Return values
mixed

onSubmit()

public onSubmit(mixed ...$params) : mixed
Parameters
$params : mixed
Return values
mixed

setProperty()

public setProperty(mixed $property, mixed $value) : mixed
Parameters
$property : mixed
$value : mixed
Return values
mixed

Search results