run() public méthode

public run ( )
Exemple #1
0
 function __destruct()
 {
     flush();
     ob_end_flush();
     $cron = new CronTab();
     $cron->run();
 }