Helper
    
            
    
    
    
        
        
    Table of Contents
    
    Constants
    
            - 
    HIDE_GLOBAL
    
         = 'global'                            
 
            - 
    HIDE_OWN
    
         = 'own'                            
 
            - 
    SORT_ALL
    
         = 'all'                            
 
            - 
    SORT_NEWEST
    
         = 'newest'                            
 
            - 
    SORT_OLDEST
    
         = 'oldest'                            
 
    
    Methods
    
            - 
    getHideTypes()
    
                                 : array<string|int, mixed>    
 
            - 
    getSortOptions()
    
                                 : array<string|int, mixed>    
 
            - 
    getSortType()
    
                                 : string    
 
            - 
    isShowReply()
    
                                 : bool    
 
    
        
    
        
                    
    
        HIDE_GLOBAL
        
    
    
    
    
    public
        mixed
    HIDE_GLOBAL
    = 'global'
    
    
    
                    
    
        HIDE_OWN
        
    
    
    
    
    public
        mixed
    HIDE_OWN
    = 'own'
    
    
    
                    
    
        SORT_ALL
        
    
    
    
    
    public
        mixed
    SORT_ALL
    = 'all'
    
    
    
                    
    
        SORT_NEWEST
        
    
    
    
    
    public
        mixed
    SORT_NEWEST
    = 'newest'
    
    
    
                    
    
        SORT_OLDEST
        
    
    
    
    
    public
        mixed
    SORT_OLDEST
    = 'oldest'
    
    
    
            
        
            
        
                    
    
        getHideTypes()
        
    
    
    
    
    public
            static        getHideTypes() : array<string|int, mixed>
    
        
    
    
    
            
        Return values
        array<string|int, mixed>
            
                    
    
        getSortOptions()
        
    
    
    
    
    public
            static        getSortOptions() : array<string|int, mixed>
    
        
    
    
    
            
        Return values
        array<string|int, mixed>
            
                    
    
        getSortType()
        
    
    
    
    
    public
            static        getSortType(string $option) : string
    
        
    
        Parameters
    
                    - 
                $option
                : string
                            
 
            - 
                
            
 
            
    
            
                    
    
        isShowReply()
        
    
    
    
    
    public
            static        isShowReply() : bool