Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Classes / Methods / Page 36

ActionScheduler_CanceledSchedule::calculate_next()

Method:

Source: packages/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php:18

Used by 0 functions | Uses 0 functions

ActionScheduler_CanceledSchedule::get_next()

Method: Cancelled actions should never have a next schedule, even if get_next() is called with $after < $this->scheduled_date.

Source: packages/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php:29

Used by 0 functions | Uses 0 functions

ActionScheduler_CanceledSchedule::is_recurring()

Method:

Source: packages/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php:36

Used by 0 functions | Uses 0 functions

ActionScheduler_Compatibility::convert_hr_to_bytes()

Method: Converts a shorthand byte value to an integer byte value.

Source: packages/action-scheduler/classes/ActionScheduler_Compatibility.php:19

Used by 2 functions | Uses 0 functions

ActionScheduler_Compatibility::raise_memory_limit()

Method: Attempts to raise the PHP memory limit for memory intensive processes.

Source: packages/action-scheduler/classes/ActionScheduler_Compatibility.php:48

Used by 1 function | Uses 1 function

ActionScheduler_Compatibility::raise_time_limit()

Method: Attempts to raise the PHP timeout for time intensive processes.

Source: packages/action-scheduler/classes/ActionScheduler_Compatibility.php:88

Used by 1 function | Uses 1 function

ActionScheduler_CronSchedule::__construct()

Method: Wrapper for parent constructor to accept a cron expression string and map it to a CronExpression for this objects $recurrence property.

Source: packages/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php:26

Used by 1 function | Uses 2 functions

ActionScheduler_CronSchedule::__sleep()

Method: Serialize cron schedules with data required prior to AS 3.0.0

Source: packages/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php:71

Used by 0 functions | Uses 1 function

ActionScheduler_CronSchedule::__wakeup()

Method: Unserialize cron schedules serialized/stored prior to AS 3.0.0

Source: packages/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php:89

Used by 0 functions | Uses 1 function

ActionScheduler_CronSchedule::calculate_next()

Method: Calculate when an instance of this schedule would start based on a given date & time using its the CronExpression.

Source: packages/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php:47

Used by 0 functions | Uses 0 functions
« Previous 1 … 35 36 37 … 2,076 Next »
Proudly powered by WordPress