PHP Class Backend\Modules\Analytics\DateRange\DateRange

Datei anzeigen Open project: forkcms/forkcms Class Usage Examples

Public Methods

Method Description
__construct ( ) Sets the initial dates for the range
getEndDate ( ) : integer
getStartDate ( ) : integer
update ( integer $startDate, integer $endDate ) Set the new start and end date

Method Details

__construct() public method

Sets the initial dates for the range
public __construct ( )

getEndDate() public method

public getEndDate ( ) : integer
return integer

getStartDate() public method

public getStartDate ( ) : integer
return integer

update() public method

Set the new start and end date
public update ( integer $startDate, integer $endDate )
$startDate integer
$endDate integer