TypeChannelRepositoryInterface
                
            in
            
        
    
        
            Interface TypeChannel.
Tags
Table of Contents
Methods
- getActiveChannels() : array<string|int, string>
 - getChannelsForAllTypes() : array<string|int, mixed>
 - getTypesByChannel() : Collection
 
Methods
getActiveChannels()
    public
                    getActiveChannels() : array<string|int, string>
    Return values
array<string|int, string>getChannelsForAllTypes()
    public
                    getChannelsForAllTypes() : array<string|int, mixed>
    Return values
array<string|int, mixed>getTypesByChannel()
    public
                    getTypesByChannel([string $channel = 'mail' ]) : Collection
    Parameters
- $channel : string = 'mail'