MyBuilder\Cronos\Updater\CronUpdater::replaceWith PHP Method

replaceWith() public method

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