PHP Class Horde_Form_Type_monthyear, horde

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

Public Properties

Property Type Description
$_end_year
$_start_year

Public Methods

Method Description
about ( ) Return info about field type.
getMonthVar ( $var )
getYearVar ( $var )
init ( $start_year = null, $end_year = null )
isValid ( &$var, &$vars, $value, &$message )

Method Details

about() public method

Return info about field type.
public about ( )

getMonthVar() public method

public getMonthVar ( $var )

getYearVar() public method

public getYearVar ( $var )

init() public method

public init ( $start_year = null, $end_year = null )

isValid() public method

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

Property Details

$_end_year public_oe property

public $_end_year

$_start_year public_oe property

public $_start_year