Liip\RMT\Version\Persister\ChangelogPersister::save PHP Method

save() public method

public save ( $versionNumber )
    public function save($versionNumber)
    {
        $comment = Context::get('information-collector')->getValueFor('comment');
        $type = Context::get('information-collector')->getValueFor('type', null);
        $this->changelogManager->update($versionNumber, $comment, array('type' => $type));
    }