PHP 인터페이스 Newscoop\Service\IThemeService

상속: extends Newscoop\Service\IEntityService
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
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.