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

appendContent() private method

private appendContent ( Cron $cron, $key, $content )
$cron MyBuilder\Cronos\Formatter\Cron
    private function appendContent(Cron $cron, $key, $content)
    {
        return $content . $this->wrapInKey($cron, $key) . PHP_EOL;
    }