SetManagerInterface
interface SetManagerInterface (View source)
Handles adding and removing keys from attribute sets.
Methods
                    int
                
                
                    allowAttributeSets()
        
                                            
                
            Get one of the \Concrete\Core\Attribute\StandardSetManager::ASETALLOW... constants.
                    Set[]
                
                
                    getAttributeSets()
        
                                            
                
            Get the attribute sets.
                    getUnassignedAttributeKeys()
        
                                            
                
            Get the attribute keys that are not in any set.
                    updateAttributeSetDisplayOrder(int[] $attributeSetIdentifiers)
        
                                            
                
            Update the order of the attribute sets.
Details
        
                            int
    allowAttributeSets()
        
    
    Get one of the \Concrete\Core\Attribute\StandardSetManager::ASETALLOW... constants.
        
                            Set[]
    getAttributeSets()
        
    
    Get the attribute sets.
        
                            AttributeKeyInterface
    getUnassignedAttributeKeys()
        
    
    Get the attribute keys that are not in any set.
        
                            
    updateAttributeSetDisplayOrder(int[] $attributeSetIdentifiers)
        
    
    Update the order of the attribute sets.