Available
class Available extends DefaultSet (View source)
Properties
| protected | $columns | from Set | |
| protected | $defaultSortColumn | from Set | |
| protected | $category | from ColumnSet | 
Methods
                    void
                
                
                from 
Set
            
                    void
                
                
                from 
Set
            
                    static string
                
                
                    getDateModified(Entry $entry)
        
                                            
                Return the Date this entry was last modified or date created if getDateModified returns null (for backwards compaitibility)
from 
DefaultSet
            Details
        in 
Set at line 20
                            void
    addColumnAfterKey(ColumnInterface $col, string $key)
        
    
    Add a column after a specific key.
        in 
Set at line 38
                            void
    addColumnBeforeKey(ColumnInterface $col, string $key)
        
    
    Add a column before a specific key.
        in 
Set at line 50
                            
    removeColumnByKey($key)
        
    
    No description
        in 
Set at line 59
                            
    __sleep()
        
    
    No description
        
                            
    __wakeup()
        
    
    No description
        in 
Set at line 76
                            
    getSortableColumns()
        
    
    No description
        in 
Set at line 89
                            
    setDefaultSortColumn(Column $col, $direction = false)
        
    
    No description
        in 
Set at line 97
                            
    getDefaultSortColumn()
        
    
    No description
        
                            AttributeKeyColumn|null
    getAttributeKeyColumn(string $akHandle)
        
    
    No description
        in 
Set at line 117
                            
    getColumnByKey($key)
        
    
    No description
        in 
Set at line 130
                            
    jsonSerialize()
        
    
    No description
        in 
Set at line 143
                            
    getColumns()
        
    
    No description
        in 
Set at line 148
                            
    contains($col)
        
    
    No description
        
                            
    __construct(ExpressCategory $category)
        
    
    DefaultSet constructor.
        
                static            string
    getDateAdded(Entry $entry)
        
    
    No description
        
                static            string
    getDateModified(Entry $entry)
        
    
    Return the Date this entry was last modified or date created if getDateModified returns null (for backwards compaitibility)
        
                static            int
    getDisplayOrder(Entry $entry)
        
    
    No description
        
                static            
    getAuthor(Entry $entry)
        
    
    No description