PHP Class Horde_Form_Type_phone, horde

Inheritance: extends Horde_Form_Type
显示文件 Open project: horde/horde

Public Properties

Property Type Description
$_size integer The size of the input field.

Public Methods

Method Description
about ( ) Return info about field type.
getSize ( )
init ( integer $size = 15 )
isValid ( &$var, &$vars, $value, &$message )

Method Details

about() public method

Return info about field type.
public about ( )

getSize() public method

public getSize ( )

init() public method

public init ( integer $size = 15 )
$size integer The size of the input field.

isValid() public method

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

Property Details

$_size public_oe property

The size of the input field.
public int $_size
return integer