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

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

공개 메소드들

메소드 설명
getDatasource ( )
getDeepLink ( )
getSorting ( )
hasCategories ( )
hasDatasource ( )
hasLimit ( )
hasPagination ( )
hasPresentAs ( )
hasSorting ( )
hasTags ( )
setCategories ( boolean $categories )
setDatasource ( Sulu\Component\SmartContent\Configuration\ComponentConfigurationInterface $datasource )
setDeepLink ( string $deepLink )
setLimit ( boolean $limit )
setPaginated ( boolean $paginated )
setPresentAs ( boolean $presentAs )
setSorting ( PropertyParameter[] $sorting )
setTags ( boolean $tags )

메소드 상세

getDatasource() 공개 메소드

public getDatasource ( )

getSorting() 공개 메소드

public getSorting ( )

hasCategories() 공개 메소드

public hasCategories ( )

hasDatasource() 공개 메소드

public hasDatasource ( )

hasLimit() 공개 메소드

public hasLimit ( )

hasPagination() 공개 메소드

public hasPagination ( )

hasPresentAs() 공개 메소드

public hasPresentAs ( )

hasSorting() 공개 메소드

public hasSorting ( )

hasTags() 공개 메소드

public hasTags ( )

setCategories() 공개 메소드

public setCategories ( boolean $categories )
$categories boolean

setDatasource() 공개 메소드

public setDatasource ( Sulu\Component\SmartContent\Configuration\ComponentConfigurationInterface $datasource )
$datasource Sulu\Component\SmartContent\Configuration\ComponentConfigurationInterface

setLimit() 공개 메소드

public setLimit ( boolean $limit )
$limit boolean

setPaginated() 공개 메소드

public setPaginated ( boolean $paginated )
$paginated boolean

setPresentAs() 공개 메소드

public setPresentAs ( boolean $presentAs )
$presentAs boolean

setSorting() 공개 메소드

public setSorting ( PropertyParameter[] $sorting )
$sorting Sulu\Component\Content\Compat\PropertyParameter[]

setTags() 공개 메소드

public setTags ( boolean $tags )
$tags boolean