Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManagerInterface::save PHP 메소드

save() 공개 메소드

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
리턴 Sulu\Bundle\SnippetBundle\Document\SnippetDocument
    public function save($webspaceKey, $type, $uuid, $locale);