-
Notifications
You must be signed in to change notification settings - Fork 0
cDateStrategy
Rainer Stötter edited this page Apr 22, 2017
·
1 revision
\libdatephp\cDateStrategy
cDateStrategy is an ABSTRACT base class and a framework for derived classes which calculate recurring events.
There are several child classes for specialized tasks:
- cDateStrategyDaily
- cDateStrategyDailyFixed
- cDateStrategyMonthly
- cDateStrategyMonthlyFixed
- cDateStrategyNoInterval
- cDateStrategySimpleDate
- cDateStrategySimpleInterval
- cDateStrategyWeekly
abstract methods are:
- IsValid( )
- GetFollower( )
- GetFirstDate( )
- FromString( )
all objects have one calendar with celebrities in common and each object has its own calendar with holidays
This wiki page is part of the documentation of the PHP class library libdatephp