ContentManagerPagesServiceInterface
in
Interface ContentManagerPagesServiceInterface
Table of Contents
- createPage() : void
- createPagePositionFromString() : PagePosition
- deletePage() : void
- findPageById() : ContentInterface
- updatePage() : void
Methods
createPage()
public
createPage( $contentManagerContent) : void
Parameters
Return values
void —createPagePositionFromString()
public
createPagePositionFromString(string $position) : PagePosition
Parameters
- $position : string
Return values
PagePosition —deletePage()
public
deletePage(ContentIdentificationInterface $identification) : void
Parameters
- $identification : ContentIdentificationInterface
Return values
void —findPageById()
public
findPageById(ContentIdentificationInterface $identification) : ContentInterface
Parameters
- $identification : ContentIdentificationInterface
Return values
ContentInterface —updatePage()
public
updatePage( $contentManagerContent) : void