Prado\Data\ActiveRecord\Relations\TActiveRecordBelongsTo::getRelationForeignKeys PHP Méthode

getRelationForeignKeys() public méthode

Since: 3.1.2
public getRelationForeignKeys ( ) : array
Résultat array foreign key field names as key and object properties as value.
    public function getRelationForeignKeys()
    {
        $fkObject = $this->getContext()->getForeignRecordFinder();
        return $this->findForeignKeys($this->getSourceRecord(), $fkObject);
    }