PHP 인터페이스 Sulu\Component\SmartContent\Configuration\ProviderConfigurationInterface

파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
getDatasource ( ) : null | Sulu\Component\SmartContent\Configuration\ComponentConfigurationInterface Returns configuration for datasource.
getDeepLink ( ) : string Returns deep-link template.
getSorting ( ) : PropertyParameter[] Returns items for sorting select.
hasCategories ( ) : boolean Returns TRUE if categories should be displayed.
hasDatasource ( ) : boolean Returns TRUE if datasource should be displayed.
hasLimit ( ) : boolean Returns TRUE if limit should be displayed.
hasPagination ( ) : boolean Indicates pagination is possible.
hasPresentAs ( ) : boolean Returns TRUE if present as should be displayed.
hasSorting ( ) : boolean Returns TRUE if sorting should be displayed.
hasTags ( ) : boolean Returns TRUE if tags should be displayed.

메소드 상세

getDatasource() 공개 메소드

If NULL no datasource will be displayed.
public getDatasource ( ) : null | Sulu\Component\SmartContent\Configuration\ComponentConfigurationInterface
리턴 null | Sulu\Component\SmartContent\Configuration\ComponentConfigurationInterface

getSorting() 공개 메소드

Returns items for sorting select.
public getSorting ( ) : PropertyParameter[]
리턴 Sulu\Component\Content\Compat\PropertyParameter[]

hasCategories() 공개 메소드

Returns TRUE if categories should be displayed.
public hasCategories ( ) : boolean
리턴 boolean

hasDatasource() 공개 메소드

Configuration will be returned from 'getDatasource()'.
public hasDatasource ( ) : boolean
리턴 boolean

hasLimit() 공개 메소드

Returns TRUE if limit should be displayed.
public hasLimit ( ) : boolean
리턴 boolean

hasPagination() 공개 메소드

Indicates pagination is possible.
public hasPagination ( ) : boolean
리턴 boolean

hasPresentAs() 공개 메소드

Returns TRUE if present as should be displayed.
public hasPresentAs ( ) : boolean
리턴 boolean

hasSorting() 공개 메소드

Returns TRUE if sorting should be displayed.
public hasSorting ( ) : boolean
리턴 boolean

hasTags() 공개 메소드

Returns TRUE if tags should be displayed.
public hasTags ( ) : boolean
리턴 boolean