PHP Class geneweb\api\filters\FilterDate

Inheritance: extends Filter
Datei anzeigen Open project: geneweb/geneweb

Protected Properties

Property Type Description
$dayBegin
$dayEnd
$monthBegin
$monthEnd
$yearBegin
$yearEnd

Public Methods

Method Description
__construct ( )
getDayBegin ( )
getDayEnd ( )
getMonthBegin ( )
getMonthEnd ( )
getYearBegin ( )
getYearEnd ( )
setDayBegin ( $dayBegin )
setDayEnd ( $dayEnd )
setMonthBegin ( $monthBegin )
setMonthEnd ( $monthEnd )
setYearBegin ( $yearBegin )
setYearEnd ( $yearEnd )

Method Details

__construct() public method

public __construct ( )

getDayBegin() public method

public getDayBegin ( )

getDayEnd() public method

public getDayEnd ( )

getMonthBegin() public method

public getMonthBegin ( )

getMonthEnd() public method

public getMonthEnd ( )

getYearBegin() public method

public getYearBegin ( )

getYearEnd() public method

public getYearEnd ( )

setDayBegin() public method

public setDayBegin ( $dayBegin )

setDayEnd() public method

public setDayEnd ( $dayEnd )

setMonthBegin() public method

public setMonthBegin ( $monthBegin )

setMonthEnd() public method

public setMonthEnd ( $monthEnd )

setYearBegin() public method

public setYearBegin ( $yearBegin )

setYearEnd() public method

public setYearEnd ( $yearEnd )

Property Details

$dayBegin protected_oe property

protected $dayBegin

$dayEnd protected_oe property

protected $dayEnd

$monthBegin protected_oe property

protected $monthBegin

$monthEnd protected_oe property

protected $monthEnd

$yearBegin protected_oe property

protected $yearBegin

$yearEnd protected_oe property

protected $yearEnd