PHP Interface Sulu\Bundle\SnippetBundle\Snippet\SnippetResolverInterface

Mostrar archivo Open project: sulu/sulu Interface Usage Examples

Public Methods

Method Description
resolve ( string[] $uuids, string $webspaceKey, string $locale, string $shadowLocale = null ) : array Load snippet and resolves them by UUID.

Method Details

resolve() public method

Load snippet and resolves them by UUID.
public resolve ( string[] $uuids, string $webspaceKey, string $locale, string $shadowLocale = null ) : array
$uuids string[]
$webspaceKey string
$locale string
$shadowLocale string
return array