MyBuilder\Cronos\Updater\CronUpdater::replaceWith PHP 메소드

replaceWith() 공개 메소드

public replaceWith ( Cron $cron )
$cron MyBuilder\Cronos\Formatter\Cron
    public function replaceWith(Cron $cron)
    {
        $this->cronManipulator->replace($cron->format());
    }