PHP Interface Newscoop\Service\IThemeService

Inheritance: extends Newscoop\Service\IEntityService
Show file Open project: sourcefabric/newscoop

Public Methods

Method Description
getPresentationImages ( Theme $theme ) : array Provides the array of ThemeResources that contain the images that provide the theme presentation.

Method Details

getPresentationImages() public method

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.
return array The array containing the Newscoop\Entity\Resource, not null might be empty.