Метод |
Описание |
|
isDefault ( string $uuid ) : boolean |
Returns true if given uuid is a default snippet. |
|
load ( string $webspaceKey, string $type, string $locale ) : SnippetDocument |
Load default snippet for given type. |
|
loadIdentifier ( string $webspaceKey, string $type ) : string |
Loads identifier for given type. |
|
remove ( string $webspaceKey, string $type ) |
Remove default snippet for given type. |
|
save ( string $webspaceKey, string $type, string $uuid, string $locale ) : SnippetDocument |
Save default snippet for given type. |
|