The base class for all value objects and structs.
Properties¶
                
        $copySiteSkeleton
            ¶
    
        
        SiteCreateStruct.php
                :
        34
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $parentLocationId
            ¶
    
        
        SiteCreateStruct.php
                :
        36
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $publicAccesses
            ¶
    
        
        SiteCreateStruct.php
                :
        35
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $siteCreated
            ¶
    
        
        SiteCreateStruct.php
                :
        26
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $siteName
            ¶
    
        
        SiteCreateStruct.php
                :
        33
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $siteSkeletonLocationId
            ¶
    
        
        SiteCreateStruct.php
                :
        39
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $userGroupSkeletonIds
            ¶
    
        
        SiteCreateStruct.php
                :
        37
                
    
        | 
                     | 
                
                    
                     | 
            
Methods¶
                
__construct()
            ¶
    
        
        SiteCreateStruct.php
                :
        32
                
    
        Construct object optionally with a set of properties.
| 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $siteName | string | - | - | 
| $copySiteSkeleton | bool | - | - | 
| $publicAccesses | array<int, PublicAccess> | - | - | 
| $parentLocationId | int | - | - | 
| $userGroupSkeletonIds | array<int, int> | - | - | 
| $siteCreated | DateTimeInterface|null | null | - | 
| $siteSkeletonLocationId | int|null | null | - | 
                
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]