PHP Interface Sulu\Component\SmartContent\Configuration\ProviderConfigurationInterface

Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
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.

Method Details

getDatasource() public méthode

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

getSorting() public méthode

Returns items for sorting select.
public getSorting ( ) : PropertyParameter[]
Résultat Sulu\Component\Content\Compat\PropertyParameter[]

hasCategories() public méthode

Returns TRUE if categories should be displayed.
public hasCategories ( ) : boolean
Résultat boolean

hasDatasource() public méthode

Configuration will be returned from 'getDatasource()'.
public hasDatasource ( ) : boolean
Résultat boolean

hasLimit() public méthode

Returns TRUE if limit should be displayed.
public hasLimit ( ) : boolean
Résultat boolean

hasPagination() public méthode

Indicates pagination is possible.
public hasPagination ( ) : boolean
Résultat boolean

hasPresentAs() public méthode

Returns TRUE if present as should be displayed.
public hasPresentAs ( ) : boolean
Résultat boolean

hasSorting() public méthode

Returns TRUE if sorting should be displayed.
public hasSorting ( ) : boolean
Résultat boolean

hasTags() public méthode

Returns TRUE if tags should be displayed.
public hasTags ( ) : boolean
Résultat boolean