Default SortingDefinitionInterface implementation.
Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        SortingDefinition.php
                :
        28
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $identifier | string | - | - | 
| $label | string | - | - | 
| $sortClauses | array<string|int, SortClause> | - | - | 
| $priority | int | 0 | - | 
                 getIdentifier()
            ¶
getIdentifier()
            ¶
    
        
        SortingDefinition.php
                :
        36
                 
    
        |  |  | 
Return values
string
                 getLabel()
            ¶
getLabel()
            ¶
    
        
        SortingDefinition.php
                :
        41
                 
    
        |  |  | 
Return values
string
                 getPriority()
            ¶
getPriority()
            ¶
    
        
        SortingDefinition.php
                :
        46
                 
    
        |  |  | 
Return values
int
                 getSortClauses()
            ¶
getSortClauses()
            ¶
    
        
        SortingDefinition.php
                :
        51
                 
    
        |  |  | 
Return values
array<string|int, SortClause>