PHP Class Horde_Form_Type_figlet, horde

Inheritance: extends Horde_Form_Type
Mostrar archivo Open project: horde/horde

Public Properties

Property Type Description
$_font
$_text

Public Methods

Method Description
about ( ) Return info about field type.
getFont ( )
getText ( )
init ( $text, $font )
isValid ( &$var, &$vars, $value, &$message )

Method Details

about() public method

Return info about field type.
public about ( )

getFont() public method

public getFont ( )

getText() public method

public getText ( )

init() public method

public init ( $text, $font )

isValid() public method

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

Property Details

$_font public_oe property

public $_font

$_text public_oe property

public $_text