The base class for all value objects and structs.
Properties¶
                
        $publicAccesses
            ¶
    
        
        PublicAccessList.php
                :
        29
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $totalCount
            ¶
    
        
        PublicAccessList.php
                :
        28
                
    
        | 
                     | 
                
                    
                     | 
            
Methods¶
                
__construct()
            ¶
    
        
        PublicAccessList.php
                :
        27
                
    
        Construct object optionally with a set of properties.
| 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $totalCount | int | 0 | - | 
| $publicAccesses | array<int, PublicAccess> | [] | - | 
                
getIterator()
            ¶
    
        
        PublicAccessList.php
                :
        34
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
Traversable
                
getProperties()
            ¶
    
        
        ValueObject.php
                :
        53
                
    
        Returns list of available properties' names.
| 
                     | 
                
                    
                     | 
            
Override to add dynamic properties.
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $dynamicProperties | array<int, string> | [] | 
                                                         Additional dynamic properties exposed on the object  | 
                
Return values
array<int, string>
Attributes
- #[Ignore]