PHP 인터페이스 Sulu\Component\Content\Repository\Mapping\MappingInterface

파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
followInternalLink ( ) : boolean Indicates if content-repository should follow internal links.
getProperties ( ) : string[] Returns list of properties.
onlyPublished ( ) : boolean Indicates if content-repository only returns published pages.
resolveConcreteLocales ( ) : boolean Indicates if content-repository returns concrete-locales.
resolveUrl ( ) : boolean Indicates if content-repository should resolve url.
shouldHydrateGhost ( ) : boolean Indicates if content-repository should hydrate ghost pages.
shouldHydrateShadow ( ) : boolean Indicates if content-repository should hydrate shadow pages.

메소드 상세

getProperties() 공개 메소드

Returns list of properties.
public getProperties ( ) : string[]
리턴 string[]

onlyPublished() 공개 메소드

Indicates if content-repository only returns published pages.
public onlyPublished ( ) : boolean
리턴 boolean

resolveConcreteLocales() 공개 메소드

Indicates if content-repository returns concrete-locales.
public resolveConcreteLocales ( ) : boolean
리턴 boolean

resolveUrl() 공개 메소드

Indicates if content-repository should resolve url.
public resolveUrl ( ) : boolean
리턴 boolean

shouldHydrateGhost() 공개 메소드

Indicates if content-repository should hydrate ghost pages.
public shouldHydrateGhost ( ) : boolean
리턴 boolean

shouldHydrateShadow() 공개 메소드

Indicates if content-repository should hydrate shadow pages.
public shouldHydrateShadow ( ) : boolean
리턴 boolean