Méthode |
Description |
|
GetChannelsById ( string[] $ids ) : Channel[] |
Given the IDs of Channels, this method
gets them from the underlying data store |
|
ListAllChannels ( ) : Channel[] |
Lists all the current Channel in the core |
|
RemoveChannels ( $id ) |
Given a list of IDs this method removes the Channels from
the data store. |
|
SaveChannels ( Channel[] $Channels ) |
Adds a list of new Channels to the data store |
|
SelectNextDueChannel ( DateTime $time ) : Channel |
Given a date time, this function returns the next due
Channel. |
|