Documentation

Horde_Form_Type_selectfiles extends Horde_Form_Type
in package

Horde_Form_Type Class

Table of Contents

$_icon  : bool
Create the link with an icon instead of text?
$_link_style  : string
The style to use for the link.
$_link_text  : string
The text to use in the link.
$_selectid  : string
Contains gollem selectfile selectionID
__get()  : mixed
__set()  : mixed
about()  : mixed
getInfo()  : mixed
getProperty()  : mixed
getTypeName()  : mixed
getValues()  : mixed
init()  : mixed
Initialize a file selection type
isValid()  : mixed
onSubmit()  : mixed
setProperty()  : mixed

Properties

$_icon

Create the link with an icon instead of text?

public bool $_icon

The style to use for the link.

public string $_link_style

The text to use in the link.

public string $_link_text

$_selectid

Contains gollem selectfile selectionID

public string $_selectid

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()

public about() : mixed
Return values
mixed

getInfo()

public getInfo(mixed &$var, mixed &$vars, mixed &$info) : mixed
Parameters
$var : mixed
$vars : 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()

Initialize a file selection type

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

function init($selectid, $link_text = null, $link_style = '', $icon = false)

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