-
Notifications
You must be signed in to change notification settings - Fork 0
libdatephp cDateStrategy
Rainer Stötter edited this page May 17, 2017
·
18 revisions
- Class name: cDateStrategy
- Namespace: libdatephp
- This is an abstract class
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( )
- GetFirstDate( )
- FromString( )
- GetNextEventSlot( )
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