DateBasedEntriesListInterface
DateBasedEntriesListInterface.php
:
13
Interface
Methods¶
countScheduledEntries()
¶
DateBasedEntriesListInterface.php
:
40
|
|
Return values
int
countScheduledEntriesInDateRange()
¶
DateBasedEntriesListInterface.php
:
47
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$start | DateTimeInterface | - | - |
$end | DateTimeInterface | - | - |
$languages | array<string|int, Language> | [] | - |
$sinceId | int|null | null | - |
Return values
int
countScheduledEntriesToProcess()
¶
DateBasedEntriesListInterface.php
:
42
|
|
Return values
int
getScheduledEntriesByIds()
¶
DateBasedEntriesListInterface.php
:
20
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$scheduledEntriesIds | array<string|int, int> | - | - |
Return values
iterable<string|int, ScheduledEntry>
getScheduledEntriesInDateRange()
¶
DateBasedEntriesListInterface.php
:
32
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$start | DateTimeInterface | - | - |
$end | DateTimeInterface | - | - |
$languages | array<string|int, Language> | [] | - |
$sinceId | int|null | null | - |
$limit | int | 25 | - |
Return values
array<string|int, ScheduledEntry>
getScheduledEntriesToProcess()
¶
DateBasedEntriesListInterface.php
:
25
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$limit | int | 25 | - |
Return values
iterable<string|int, ScheduledEntry>