PHP Interface Sulu\Component\Content\Repository\Mapping\MappingInterface

Afficher le fichier Open project: sulu/sulu Interface Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

getProperties() public méthode

Returns list of properties.
public getProperties ( ) : string[]
Résultat string[]

onlyPublished() public méthode

Indicates if content-repository only returns published pages.
public onlyPublished ( ) : boolean
Résultat boolean

resolveConcreteLocales() public méthode

Indicates if content-repository returns concrete-locales.
public resolveConcreteLocales ( ) : boolean
Résultat boolean

resolveUrl() public méthode

Indicates if content-repository should resolve url.
public resolveUrl ( ) : boolean
Résultat boolean

shouldHydrateGhost() public méthode

Indicates if content-repository should hydrate ghost pages.
public shouldHydrateGhost ( ) : boolean
Résultat boolean

shouldHydrateShadow() public méthode

Indicates if content-repository should hydrate shadow pages.
public shouldHydrateShadow ( ) : boolean
Résultat boolean