Controller\Cron::__destruct PHP Method

__destruct() public method

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