SproutCMS

This is the code documentation for the SproutCMS project

function getCronJobs()

Return the methods for a given cron job schedule

Usage

array Register::getCronJobs ( string $schedule );

Arguments

  1. string $schedule
    The jobs to return, e.g. 'daily' or 'weekly'

Return value

  • array
    Each row has [0] => class, [1] => func