Documentation

Horde_Form_Type_link extends Horde_Form_Type
in package

Horde_Form_Type Class

Table of Contents

$values  : array<string|int, mixed>
List of hashes containing link parameters. Possible keys: 'url', 'text', 'target', 'onclick', 'title', 'accesskey', 'class'.
__get()  : mixed
__set()  : mixed
about()  : mixed
Return info about field type.
getInfo()  : mixed
getProperty()  : mixed
getTypeName()  : mixed
getValues()  : mixed
init()  : mixed
Init a Link field
isValid()  : mixed
onSubmit()  : mixed
setProperty()  : mixed

Properties

$values

List of hashes containing link parameters. Possible keys: 'url', 'text', 'target', 'onclick', 'title', 'accesskey', 'class'.

public array<string|int, mixed> $values

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

getInfo()

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

getProperty()

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

getTypeName()

public getTypeName() : mixed
Return values
mixed

getValues()

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

init()

Init a Link field

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

function init($values)

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