ObjectBuilder
class ObjectBuilder (View source)
Properties
| protected | $attributeTypeFactory | ||
| protected | $entity | ||
| protected | $entityManager | ||
| protected | $app | 
Methods
                    getAttributeTypeFactory()
        
                                            
                
            No description
                    __construct(Application $app, EntityManagerInterface $entityManager, TypeFactory $attributeTypeFactory)
        
                                            
                
            No description
                    EntityManagerInterface
                
                
                    getEntityManager()
        
                                            
                
            No description
                    createObject($name)
        
                                            
                
            No description
                    __call($method, $arguments)
        
                                            
                
            No description
                    save()
        
                                            
                
            No description
                    buildForm($formName)
        
                                            
                
            No description
                    buildAssociation()
        
                                            
                
            No description
                    $this
                
                
                    addAttribute(string $type_handle, string $name, string|null $handle = null, Settings $settings = null, bool $akIsSearchable = true, bool $akIsSearchableIndexed = false)
        
                                            
                
            Add an attribute to the object.
                    getObject()
        
                                            
                
            No description
                    mixed
                
                
                    buildObject()
        
                                            
                
            No description
Details
        
                            TypeFactory
    getAttributeTypeFactory()
        
    
    No description
        
                            
    __construct(Application $app, EntityManagerInterface $entityManager, TypeFactory $attributeTypeFactory)
        
    
    No description
        
                            EntityManagerInterface
    getEntityManager()
        
    
    No description
        
                            Entity
    getEntity()
        
    
    No description
        
                            
    createObject($name)
        
    
    No description
        
                            
    __call($method, $arguments)
        
    
    No description
        
                            
    save()
        
    
    No description
        
                            
    buildForm($formName)
        
    
    No description
        
                            
    buildAssociation()
        
    
    No description
        
                            $this
    addAttribute(string $type_handle, string $name, string|null $handle = null, Settings $settings = null, bool $akIsSearchable = true, bool $akIsSearchableIndexed = false)
        
    
    Add an attribute to the object.
        
                            
    getObject()
        
    
    No description
        
                            mixed
    buildObject()
        
    
    No description