Méthode | Description | |
---|---|---|
create ( ) | ||
enableCategories ( boolean | true $enable = true ) : Sulu\Component\SmartContent\Configuration\BuilderInterface | Enables categories. | |
enableDatasource ( string $component, array $options = [] ) : Sulu\Component\SmartContent\Configuration\BuilderInterface | Enables datasource. | |
enableLimit ( boolean | true $enable = true ) : Sulu\Component\SmartContent\Configuration\BuilderInterface | Enables limit. | |
enablePagination ( boolean | true $enable = true ) : Sulu\Component\SmartContent\Configuration\BuilderInterface | Enables pagination. | |
enablePresentAs ( boolean | true $enable = true ) : Sulu\Component\SmartContent\Configuration\BuilderInterface | Enables present as. | |
enableSorting ( array $sorting ) : Sulu\Component\SmartContent\Configuration\BuilderInterface | Enables categories. | |
enableTags ( boolean | true $enable = true ) : Sulu\Component\SmartContent\Configuration\BuilderInterface | Enables tags. | |
getConfiguration ( ) : Sulu\Component\SmartContent\Configuration\ProviderConfigurationInterface | Returns build configuration. | |
setDeepLink ( string $deepLink ) : Sulu\Component\SmartContent\Configuration\BuilderInterface | Set deep-link. |
public enableCategories ( boolean | true $enable = true ) : Sulu\Component\SmartContent\Configuration\BuilderInterface | ||
$enable | boolean | true | |
Résultat | Sulu\Component\SmartContent\Configuration\BuilderInterface |
public enableDatasource ( string $component, array $options = [] ) : Sulu\Component\SmartContent\Configuration\BuilderInterface | ||
$component | string | name of component |
$options | array | options to initialized component |
Résultat | Sulu\Component\SmartContent\Configuration\BuilderInterface |
public enableLimit ( boolean | true $enable = true ) : Sulu\Component\SmartContent\Configuration\BuilderInterface | ||
$enable | boolean | true | |
Résultat | Sulu\Component\SmartContent\Configuration\BuilderInterface |
public enablePagination ( boolean | true $enable = true ) : Sulu\Component\SmartContent\Configuration\BuilderInterface | ||
$enable | boolean | true | |
Résultat | Sulu\Component\SmartContent\Configuration\BuilderInterface |
public enablePresentAs ( boolean | true $enable = true ) : Sulu\Component\SmartContent\Configuration\BuilderInterface | ||
$enable | boolean | true | |
Résultat | Sulu\Component\SmartContent\Configuration\BuilderInterface |
public enableSorting ( array $sorting ) : Sulu\Component\SmartContent\Configuration\BuilderInterface | ||
$sorting | array | array of arrays with keys column and title (translation key) |
Résultat | Sulu\Component\SmartContent\Configuration\BuilderInterface |
public enableTags ( boolean | true $enable = true ) : Sulu\Component\SmartContent\Configuration\BuilderInterface | ||
$enable | boolean | true | |
Résultat | Sulu\Component\SmartContent\Configuration\BuilderInterface |
public getConfiguration ( ) : Sulu\Component\SmartContent\Configuration\ProviderConfigurationInterface | ||
Résultat | Sulu\Component\SmartContent\Configuration\ProviderConfigurationInterface |
public setDeepLink ( string $deepLink ) : Sulu\Component\SmartContent\Configuration\BuilderInterface | ||
$deepLink | string | |
Résultat | Sulu\Component\SmartContent\Configuration\BuilderInterface |