WPDK  1.5.0
WordPress Development Kit
 All Data Structures Files Functions Variables Pages
WPDKRecurringCron Class Reference
Inheritance diagram for WPDKRecurringCron:
WPDKCron

Public Member Functions

 __construct ($name, $recurrence=0)
 Construct. More...
 
- Public Member Functions inherited from WPDKCron
 __construct ($name, $timestap=false, $recurrence=0)
 Construct. More...
 
 cron ()
 Cron. More...
 
 remove ()
 Remove. More...
 

Additional Inherited Members

- Data Fields inherited from WPDKCron
 $name = ''
 
 $timestamp = 0
 
 $recurrence = 0
 

Detailed Description

Easy way to recurring event

Author
=undo= info@.nosp@m.wpxt.nosp@m.re.me
Date
2014-02-04
Version
1.0.0
Since
1.4.20

Definition at line 231 of file wpdk-cron.php.

Constructor & Destructor Documentation

__construct (   $name,
  $recurrence = 0 
)

Construct.

Create an instance of WPDKRecurringCron class

Parameters
string$nameUnique cron name
string$recurrenceOptional. How often the event should recur.
Returns
WPDKRecurringCron

Definition at line 243 of file wpdk-cron.php.


The documentation for this class was generated from the following file: