Sets sort direction on the Location visibility for a Location query.
Properties¶
                
        $direction
            ¶
    
        
        SortClause.php
                :
        24
                
    
        Sort direction One of Query::SORT_ASC or Query::SORT_DESC;.
| 
                     | 
                
                    
                     | 
            
                
        $target
            ¶
    
        
        SortClause.php
                :
        29
                
    
        Sort target, high level: section_identifier, attribute_value, etc.
| 
                     | 
                
                    
                     | 
            
                
        $targetData
            ¶
    
        
        SortClause.php
                :
        34
                
    
        Extra target data, required by some sort clauses, field for instance.
| 
                     | 
                
                    
                     | 
            
Methods¶
                
__construct()
            ¶
    
        
        Visibility.php
                :
        25
                
    
        Constructs a new Location Visibility SortClause.
| 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $sortDirection | string | Query::SORT_ASC | - |