Méthode | Description | |
---|---|---|
__construct ( string | null $columnReferencingSourceTable, string | null $relationshipTable, string | null $columnReferencingTargetTable, string | null $targetTable, string $strategy ) | ||
getColumnReferencingSourceTable ( ) : string | null | Gets name of column referencing source table | |
getColumnReferencingTargetTable ( ) : string | null | Gets name of column referencing target table | |
getRelationshipTable ( ) : string | null | Gets name of relationship table | |
getStrategy ( ) : string | Gets strategy used to get referencing result | |
getTargetTable ( ) : string | null | Gets name of target table |
public __construct ( string | null $columnReferencingSourceTable, string | null $relationshipTable, string | null $columnReferencingTargetTable, string | null $targetTable, string $strategy ) | ||
$columnReferencingSourceTable | string | null | |
$relationshipTable | string | null | |
$columnReferencingTargetTable | string | null | |
$targetTable | string | null | |
$strategy | string |
public getColumnReferencingSourceTable ( ) : string | null | ||
Résultat | string | null |
public getColumnReferencingTargetTable ( ) : string | null | ||
Résultat | string | null |
public getRelationshipTable ( ) : string | null | ||
Résultat | string | null |
public getStrategy ( ) : string | ||
Résultat | string | strategy |
public getTargetTable ( ) : string | null | ||
Résultat | string | null |