PHP Класс Sulu\Component\SmartContent\Configuration\Builder

Наследование: implements Sulu\Component\SmartContent\Configuration\BuilderInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( )
create ( ) : Sulu\Component\SmartContent\Configuration\BuilderInterface Returns new builder instance.
enableCategories ( $enable = true )
enableDatasource ( $component, array $options = [] )
enableLimit ( $enable = true )
enablePagination ( $enable = true )
enablePresentAs ( $enable = true )
enableSorting ( array $sorting )
enableTags ( $enable = true )
getConfiguration ( )
setDeepLink ( $deepLink )

Описание методов

__construct() публичный Метод

public __construct ( )

create() публичный статический Метод

Returns new builder instance.
public static create ( ) : Sulu\Component\SmartContent\Configuration\BuilderInterface
Результат Sulu\Component\SmartContent\Configuration\BuilderInterface

enableCategories() публичный Метод

public enableCategories ( $enable = true )

enableDatasource() публичный Метод

public enableDatasource ( $component, array $options = [] )
$options array

enableLimit() публичный Метод

public enableLimit ( $enable = true )

enablePagination() публичный Метод

public enablePagination ( $enable = true )

enablePresentAs() публичный Метод

public enablePresentAs ( $enable = true )

enableSorting() публичный Метод

public enableSorting ( array $sorting )
$sorting array

enableTags() публичный Метод

public enableTags ( $enable = true )

getConfiguration() публичный Метод

public getConfiguration ( )