Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManagerInterface::save PHP Method

save() public method

Save default snippet for given type.
public save ( string $webspaceKey, string $type, string $uuid, string $locale ) : SnippetDocument
$webspaceKey string
$type string
$uuid string
$locale string
return Sulu\Bundle\SnippetBundle\Document\SnippetDocument
    public function save($webspaceKey, $type, $uuid, $locale);