PHP Интерфейс Sulu\Component\Content\Repository\Mapping\MappingInterface

Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
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