run() 공개 메소드

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