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
$entryFilterService
private
EntryFilterService
$entryFilterService
$entryRepository
private
EntryRepository
$entryRepository
$entryVersionJobService
private
EntryVersionJobService
$entryVersionJobService
$eventsManager
private
Manager
$eventsManager
$securityProvider
private
ISecurityProvider
$securityProvider
Methods
__construct()
EntryVersionService constructor.
public
__construct(EntryVersionJobService $entryVersionJobService, EntryFilterService $entryFilterService, ISecurityProvider $securityProvider, EntryRepository $entryRepository, Manager $eventsManager) : mixed
Parameters
- $entryVersionJobService : EntryVersionJobService
- $entryFilterService : EntryFilterService
- $securityProvider : ISecurityProvider
- $entryRepository : EntryRepository
- $eventsManager : Manager
createPastByEntryId()
public
createPastByEntryId(int $entryId) : void
Parameters
- $entryId : int
Tags
createPastByEntryIdList()
public
createPastByEntryIdList([array<string|int, int> $entryIdList = null ]) : void
Parameters
- $entryIdList : array<string|int, int> = null
Tags
createPastsByEntryIdList()
public
createPastsByEntryIdList([array<string|int, int> $entryIdList = null ]) : void
Parameters
- $entryIdList : array<string|int, int> = null
Tags
createPastsByFilteredEntries()
public
createPastsByFilteredEntries() : void
Tags
createVersionAndDownloadByEntryFilter()
public
createVersionAndDownloadByEntryFilter() : void
Tags
createVersionAndDownloadByEntryIdList()
public
createVersionAndDownloadByEntryIdList([array<string|int, int> $entryIdList = null ]) : void
Parameters
- $entryIdList : array<string|int, int> = null
Tags
createVersionByEntryId()
public
createVersionByEntryId(int $entryId) : void
Parameters
- $entryId : int
Tags
createVersionByEntryIdList()
public
createVersionByEntryIdList([array<string|int, int> $entryIdList = null ]) : mixed
Parameters
- $entryIdList : array<string|int, int> = null
Tags
createVersionByFilteredEntries()
public
createVersionByFilteredEntries() : void
Tags
forceCreateVersionByEntryId()
public
forceCreateVersionByEntryId(int $entryId) : void
Parameters
- $entryId : int
Tags
forceCreateVersionByEntryIdList()
public
forceCreateVersionByEntryIdList([array<string|int, int> $entryIdList = null ]) : mixed
Parameters
- $entryIdList : array<string|int, int> = null
Tags
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>