PHP 클래스 Horde_Form_Type_selectfiles, horde

상속: extends Horde_Form_Type
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$_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

공개 메소드들

메소드 설명
about ( )
getInfo ( &$var, &$vars, &$info )
init ( $selectid, $link_text = null, $link_style = '', $icon = false )
isValid ( &$var, &$vars, $value, &$message )

메소드 상세

about() 공개 메소드

public about ( )

getInfo() 공개 메소드

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

init() 공개 메소드

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

isValid() 공개 메소드

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

프로퍼티 상세

$_icon 공개적으로 프로퍼티

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

$_selectid 공개적으로 프로퍼티

Contains gollem selectfile selectionID
public string $_selectid
리턴 string