Prado\Data\ActiveRecord\Relations\TActiveRecordBelongsTo::getRelationForeignKeys PHP 메소드

getRelationForeignKeys() 공개 메소드

부터: 3.1.2
public getRelationForeignKeys ( ) : array
리턴 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);
    }