ObjectAssociationBuilder
class ObjectAssociationBuilder (View source)
Methods
                    addAssociation(Association $association, Entity $subject, Entity $target, $target_property = null, $inversed_by = null, $is_owning_association = null)
        
                                            
                
            No description
                    addManyToOne(Entity $subject, Entity $target, $target_property = null, $inversed_by = null)
        
                                            
                
            No description
                    addOneToMany(Entity $subject, Entity $target, $target_property = null, $inversed_by = null, $is_owning_association = null)
        
                                            
                
            No description
                    addManyToMany(Entity $subject, Entity $target, $target_property = null, $inversed_by = null)
        
                                            
                
            No description
                    addOneToOne(Entity $subject, Entity $target, $target_property = null, $inversed_by = null, $is_owning_association = null)
        
                                            
                
            No description
Details
        
                    protected        
    addAssociation(Association $association, Entity $subject, Entity $target, $target_property = null, $inversed_by = null, $is_owning_association = null)
        
    
    No description
        
                            
    addManyToOne(Entity $subject, Entity $target, $target_property = null, $inversed_by = null)
        
    
    No description
        
                            
    addOneToMany(Entity $subject, Entity $target, $target_property = null, $inversed_by = null, $is_owning_association = null)
        
    
    No description
        
                            
    addManyToMany(Entity $subject, Entity $target, $target_property = null, $inversed_by = null)
        
    
    No description