FOF30\Model\DataModel\Relation::getForeignKeyMap PHP Method

getForeignKeyMap() public method

Returns the foreign key map of a many-to-many relation, used for eager loading many-to-many relations
public getForeignKeyMap ( ) : array
return array
    public function &getForeignKeyMap()
    {
        return $this->foreignKeyMap;
    }