phpDocumentor

AbstractContentManagerPagesService implements ContentManagerPagesServiceInterface

Class ContentManagerPagesService

Interfaces, Classes and Traits

ContentManagerPagesServiceInterface
Interface ContentManagerPagesServiceInterface

Table of Contents

$contentDeleteService  : ContentDeleterInterface
$contentReadService  : ContentReadServiceInterface
$contentValueObjectFactory  : ContentValueObjectFactory
$contentWriteService  : ContentWriteServiceInterface
__construct()  : mixed
ContentManagerPagesService constructor.
contentValueObjectFactory()  : ContentValueObjectFactory
createPage()  : void
createPagePositionFromString()  : PagePosition
deletePage()  : void
deleter()  : ContentDeleterInterface
findPageById()  : ContentInterface
readService()  : ContentReadServiceInterface
updatePage()  : void
writeService()  : ContentWriteServiceInterface

Properties

Methods

__construct()

ContentManagerPagesService constructor.

public __construct(ContentWriteServiceInterface $contentWriteService, ContentReadServiceInterface $contentReadService, ContentDeleterInterface $contentDeleteService, ContentValueObjectFactory $contentValueObjectFactory) : mixed
Parameters
$contentWriteService : ContentWriteServiceInterface
$contentReadService : ContentReadServiceInterface
$contentDeleteService : ContentDeleterInterface
$contentValueObjectFactory : ContentValueObjectFactory
Return values
mixed

Search results