PHP Interface Sulu\Bundle\ContentBundle\Teaser\Provider\TeaserProviderInterface

Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
find ( array $ids, string $locale ) : Teaser[] Returns teasers by ids.
getConfiguration ( ) : TeaserConfiguration Return configuration for content-type.

Method Details

find() public méthode

Returns teasers by ids.
public find ( array $ids, string $locale ) : Teaser[]
$ids array
$locale string
Résultat Sulu\Bundle\ContentBundle\Teaser\Teaser[]

getConfiguration() public méthode

Return configuration for content-type.
public getConfiguration ( ) : TeaserConfiguration
Résultat Sulu\Bundle\ContentBundle\Teaser\Configuration\TeaserConfiguration