PHP Class Backend\Modules\Analytics\DateRange\DateRange

Afficher le fichier Open project: forkcms/forkcms Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Sets the initial dates for the range
public __construct ( )

getEndDate() public méthode

public getEndDate ( ) : integer
Résultat integer

getStartDate() public méthode

public getStartDate ( ) : integer
Résultat integer

update() public méthode

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