UserFormsFieldContainer
interface UserFormsFieldContainer (View source)
Represents a field container which can iteratively process nested fields, converting it into a fieldset
Methods
                    public                                                                            
                
                    EditableContainerField
                
                                
                    processNext(EditableFormField $field)
        
                                            
                
            Process the next field in the list, returning the container to add the next field to.
Details
        
                            EditableContainerField
    processNext(EditableFormField $field)
        
    
    Process the next field in the list, returning the container to add the next field to.
        
                            $this
    setParent(UserFormsFieldContainer $parent)
        
    
    Set the parent
        
                            UserFormsFieldContainer
    getParent()
        
    
    Get the parent