Prado\Data\ActiveRecord\Relations\TActiveRecordBelongsTo::getRelationForeignKeys PHP Method

getRelationForeignKeys() public method

Since: 3.1.2
public getRelationForeignKeys ( ) : array
return 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);
    }