2017 © Pedro Peláez
 

contao-module events-cron

Cron event for Contao Open Source CMS

image

contao-community-alliance/events-cron

Cron event for Contao Open Source CMS

  • Monday, December 15, 2014
  • by xtra
  • Repository
  • 8 Watchers
  • 1 Stars
  • 2,965 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 3 % Grown

The README.md

Events: Cron

Provide the cron hooks as events., (*1)

$GLOBALS['TL_EVENTS']['cron.monthly'][] = function($event) {
    // run monthly
};

$GLOBALS['TL_EVENTS']['cron.weekly'][] = function($event) {
    // run weekly
};

$GLOBALS['TL_EVENTS']['cron.daily'][] = function($event) {
    // run daily
};

$GLOBALS['TL_EVENTS']['cron.hourly'][] = function($event) {
    // run hourly
};

// only support in Contao 3.0 or newer
$GLOBALS['TL_EVENTS']['cron.minutely'][] = function($event) {
    // run minutely
};

See the event dispatcher documentation for more examples how to listen on an event., (*2)

The Versions

15/12 2014

dev-develop

dev-develop

Cron event for Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

event cron contao

15/12 2014

dev-master

9999999-dev

Cron event for Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

event cron contao

15/12 2014

1.0.2

1.0.2.0

Cron event for Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

event cron contao

01/08 2014

1.0.1

1.0.1.0

Cron event for Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

event cron contao

05/06 2014

1.0

1.0.0.0

Cron event for Contao Open Source CMS

  Sources   Download

LGPL-3.0+

The Requires

 

event cron contao