Documentation

EntryVersionService
in package

FinalYes

Table of Contents

Properties

$entryFilterService  : EntryFilterService
$entryRepository  : EntryRepository
$entryVersionJobService  : EntryVersionJobService
$eventsManager  : Manager
$securityProvider  : ISecurityProvider

Methods

__construct()  : mixed
EntryVersionService constructor.
createPastByEntryId()  : void
createPastByEntryIdList()  : void
createPastsByEntryIdList()  : void
createPastsByFilteredEntries()  : void
createVersionAndDownloadByEntryFilter()  : void
createVersionAndDownloadByEntryIdList()  : void
createVersionByEntryId()  : void
createVersionByEntryIdList()  : mixed
createVersionByFilteredEntries()  : void
forceCreateVersionByEntryId()  : void
forceCreateVersionByEntryIdList()  : mixed
entriesToEntryIdList()  : array<string|int, int>
entriesToEntryIdListForPast()  : array<string|int, int>
entriesToEntryIdListForVersion()  : array<string|int, int>

Properties

Methods

createPastByEntryIdList()

public createPastByEntryIdList([array<string|int, int> $entryIdList = null ]) : void
Parameters
$entryIdList : array<string|int, int> = null
Tags
throws
EntryException

createPastsByEntryIdList()

public createPastsByEntryIdList([array<string|int, int> $entryIdList = null ]) : void
Parameters
$entryIdList : array<string|int, int> = null
Tags
throws
DBALException
throws
EntryException
throws
Exception

createVersionAndDownloadByEntryIdList()

public createVersionAndDownloadByEntryIdList([array<string|int, int> $entryIdList = null ]) : void
Parameters
$entryIdList : array<string|int, int> = null
Tags
throws
EntryException

createVersionByEntryIdList()

public createVersionByEntryIdList([array<string|int, int> $entryIdList = null ]) : mixed
Parameters
$entryIdList : array<string|int, int> = null
Tags
throws
EntryException

forceCreateVersionByEntryIdList()

public forceCreateVersionByEntryIdList([array<string|int, int> $entryIdList = null ]) : mixed
Parameters
$entryIdList : array<string|int, int> = null
Tags
throws
EntryException

entriesToEntryIdList()

private entriesToEntryIdList(array<string|int, Entry$entries) : array<string|int, int>
Parameters
$entries : array<string|int, Entry>
Return values
array<string|int, int>

entriesToEntryIdListForPast()

private entriesToEntryIdListForPast(array<string|int, Entry$entries) : array<string|int, int>
Parameters
$entries : array<string|int, Entry>
Return values
array<string|int, int>

entriesToEntryIdListForVersion()

private entriesToEntryIdListForVersion(array<string|int, Entry$entries) : array<string|int, int>
Parameters
$entries : array<string|int, Entry>
Return values
array<string|int, int>

        
On this page

Search results