sintonia/livesupport/src/modules/storageServer/var/cron/CronJob.php

19 lines
316 B
PHP
Executable File

<?php
/**
* Cron jobs handling abstract class
*
* @author $Author: $
* @version $Revision: $
* @package Campcaster
* @subpackage StorageServer.Cron
*/
class CronJob
{
/**
* The croncall.php call this function after the objectcreation.
*/
function execute()
{
}
}
?>