PHP Class Horde_Form_Type_selectfiles, horde

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

Public Properties

Property Type Description
$_icon boolean 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

Public Methods

Method Description
about ( )
getInfo ( &$var, &$vars, &$info )
init ( $selectid, $link_text = null, $link_style = '', $icon = false )
isValid ( &$var, &$vars, $value, &$message )

Method Details

about() public method

public about ( )

getInfo() public method

public getInfo ( &$var, &$vars, &$info )

init() public method

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

isValid() public method

public isValid ( &$var, &$vars, $value, &$message )

Property Details

$_icon public_oe property

Create the link with an icon instead of text?
public bool $_icon
return boolean

$_selectid public_oe property

Contains gollem selectfile selectionID
public string $_selectid
return string