ValueObjectVisitor
        ValueObjectVisitor.php
                :
        18
                
    
                                        Abstract
        
        
        
                Basic ValueObjectVisitor.
Properties¶
                
        $router
            ¶
    
        
        ValueObjectVisitor.php
                :
        22
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $templateRouter
            ¶
    
        
        ValueObjectVisitor.php
                :
        24
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $uriParser
            ¶
    
        
        ValueObjectVisitor.php
                :
        20
                
    
        | 
                     | 
                
                    
                     | 
            
Methods¶
                
setRouter()
            ¶
    
        
        ValueObjectVisitor.php
                :
        31
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $router | RouterInterface | - | - | 
                
setTemplateRouter()
            ¶
    
        
        ValueObjectVisitor.php
                :
        36
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $templateRouter | RouterInterface | - | - | 
                
setUriParser()
            ¶
    
        
        ValueObjectVisitor.php
                :
        41
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $uriParser | UriParserInterface | - | - | 
                
visit()
            ¶
    
        
        ValueObjectVisitor.php
                :
        29
                
    
        Visit struct returned by controllers.
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $visitor | Visitor | - | - | 
| $generator | Generator | - | - | 
| $data | mixed | - | - | 
                
serializeBool()
            ¶
    
        
        ValueObjectVisitor.php
                :
        49
                
    
        Returns a string representation for the given $boolValue.
| 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $generator | Generator | - | - | 
| $boolValue | bool|null | - | - | 
Return values
string|bool
                
serializeSortField()
            ¶
    
        
        ValueObjectVisitor.php
                :
        114
                
    
        Serializes the given $sortField to a string representation.
| 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $sortField | int | - | - | 
Return values
string
                
serializeSortOrder()
            ¶
    
        
        ValueObjectVisitor.php
                :
        147
                
    
        Serializes the given $sortOrder to a string representation.
| 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $sortOrder | int | - | - | 
Return values
string
                
visitDescriptionsList()
            ¶
    
        
        ValueObjectVisitor.php
                :
        65
                
    
        Visits the given list of $descriptions.
| 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $generator | Generator | - | - | 
| $descriptions | array<string|int, mixed> | - | - | 
                
visitLimitation()
            ¶
    
        
        ValueObjectVisitor.php
                :
        88
                
    
        Visits a limitation.
| 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $generator | Generator | - | - | 
| $limitation | Limitation | - | - | 
                
visitNamesList()
            ¶
    
        
        ValueObjectVisitor.php
                :
        57
                
    
        Visits the given list of $names.
| 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $generator | Generator | - | - | 
| $names | array<string|int, mixed> | - | - | 
                
visitTranslatedList()
            ¶
    
        
        ValueObjectVisitor.php
                :
        73
                
    
        Visits a list of translated elements.
| 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $generator | Generator | - | - | 
| $translatedElements | array<string|int, mixed> | - | - | 
| $listName | string | - | - |