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

Public Member Functions

 __construct ($name, $timestap)
 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 single 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 260 of file wpdk-cron.php.

Constructor & Destructor Documentation

__construct (   $name,
  $timestap 
)

Construct.

Create an instance of WPDKSingleCron class

Parameters
string$nameUnique cron id used as hook
string$timestapTimestamp for when to run the event.
Returns
WPDKSingleCron

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


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