* @since 2014-08-14 */ /** * Interface Command_Channel_CommandInterface */ interface Command_Channel_CommandInterface extends Command_CommandInterface { /** * @param array $channels */ public function setChannels(array $channels); /** * @param File $file */ public function setChannelFile(File $file); }