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

Mostra file Open project: sulu/sulu Interface Usage Examples

Public Methods

Method 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 method

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

onlyPublished() public method

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

resolveConcreteLocales() public method

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

resolveUrl() public method

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

shouldHydrateGhost() public method

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

shouldHydrateShadow() public method

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