PHP Интерфейс Newscoop\Service\IThemeService

Наследование: extends Newscoop\Service\IEntityService
Показать файл Открыть проект

Открытые методы

Метод Описание
getPresentationImages ( Theme $theme ) : array Provides the array of ThemeResources that contain the images that provide the theme presentation.

Описание методов

getPresentationImages() публичный метод

Provides the array of ThemeResources that contain the images that provide the theme presentation.
public getPresentationImages ( Theme $theme ) : array
$theme Newscoop\Entity\Theme The theme to find the presentation resources for, not null.
Результат array The array containing the Newscoop\Entity\Resource, not null might be empty.