메소드 | 설명 | |
---|---|---|
GetChannelsById ( string[] $ids ) : |
Given the IDs of Channels, this method gets them from the underlying data store | |
ListAllChannels ( ) : |
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 ( |
Adds a list of new Channels to the data store | |
SelectNextDueChannel ( DateTime $time ) : |
Given a date time, this function returns the next due Channel. |
public static GetChannelsById ( string[] $ids ) : |
||
$ids | string[] | |
리턴 |
public static ListAllChannels ( ) : |
||
리턴 |
public static RemoveChannels ( $id ) |
public static SaveChannels ( |
||
$Channels |
public static SelectNextDueChannel ( DateTime $time ) : |
||
$time | DateTime | |
리턴 |