DoctrineOneToManyRelationship
        DoctrineOneToManyRelationship.php
                :
        13
                 
    
                                Final
                
                    
                Extends AbstractDoctrineRelationship
            
        
        
                Properties¶
                 $foreignKeyColumn
            ¶
        $foreignKeyColumn
            ¶
    
        
        AbstractDoctrineRelationship.php
                :
        20
                 
    
        |  |  | 
                 $foreignProperty
            ¶
        $foreignProperty
            ¶
    
        
        AbstractDoctrineRelationship.php
                :
        17
                 
    
        |  |  | 
                 $relatedClassIdColumn
            ¶
        $relatedClassIdColumn
            ¶
    
        
        AbstractDoctrineRelationship.php
                :
        23
                 
    
        |  |  | 
                 $relationshipClass
            ¶
        $relationshipClass
            ¶
    
        
        AbstractDoctrineRelationship.php
                :
        14
                 
    
        |  |  | 
Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        DoctrineOneToManyRelationship.php
                :
        20
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $relationshipClass | class-string | - | - | 
| $foreignProperty | non-empty-string | - | - | 
| $relatedClassIdColumn | non-empty-string | - | - | 
                 getForeignKeyColumn()
            ¶
getForeignKeyColumn()
            ¶
    
        
        DoctrineOneToManyRelationship.php
                :
        30
                 
    
        |  |  | 
Return values
string
                 getForeignProperty()
            ¶
getForeignProperty()
            ¶
    
        
        AbstractDoctrineRelationship.php
                :
        35
                 
    
        |  |  | 
Return values
string
                 getJoinType()
            ¶
getJoinType()
            ¶
    
        
        DoctrineOneToManyRelationship.php
                :
        40
                 
    
        |  |  | 
Return values
string
                 getRelatedClassIdColumn()
            ¶
getRelatedClassIdColumn()
            ¶
    
        
        AbstractDoctrineRelationship.php
                :
        30
                 
    
        |  |  | 
Return values
string
                 getRelationshipClass()
            ¶
getRelationshipClass()
            ¶
    
        
        AbstractDoctrineRelationship.php
                :
        25
                 
    
        |  |  | 
Return values
string
                 setJoinType()
            ¶
setJoinType()
            ¶
    
        
        DoctrineOneToManyRelationship.php
                :
        35
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $joinType | string | - | - |