PHP 클래스 Sulu\Component\SmartContent\Configuration\Builder

상속: implements Sulu\Component\SmartContent\Configuration\BuilderInterface
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
__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 ( )